From a91df5411603944cd2b2da9d7dbaee6b9d4ad4b4 Mon Sep 17 00:00:00 2001 From: Joshua Granick Date: Sun, 25 Jun 2017 14:41:56 -0700 Subject: [PATCH] Update Display.hx --- lime/system/Display.hx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lime/system/Display.hx b/lime/system/Display.hx index 82ecd0847..057427aca 100644 --- a/lime/system/Display.hx +++ b/lime/system/Display.hx @@ -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 { } -} \ No newline at end of file +}