Update Display.hx

This commit is contained in:
Joshua Granick
2017-06-25 14:41:56 -07:00
committed by GitHub
parent 3cd245682e
commit a91df54116

View File

@@ -30,7 +30,7 @@ class Display {
public var dpi (default, null):Float;
/**
* The name of the device, such as "Samsung SyncMaster P2350", "iPhone 6", "Occulus Rift DK2", etc.
* The name of the device, such as "Samsung SyncMaster P2350", "iPhone 6", "Oculus Rift DK2", etc.
**/
public var name (default, null):String;
@@ -47,4 +47,4 @@ class Display {
}
}
}