From 2b0bdac96f10c0088366f6e0a7b44127abf5bf16 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Tue, 1 Jul 2014 15:37:47 +0700 Subject: [PATCH] Fix typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5b88ed..ba744eb 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ This library makes it easier to compare to ```Int```, ```Float``` and ```CGFloat ``var myDouble = 2.0`` will give you a ```Double``` and you'd want to use that with other types. -Since ```CGFloat``` is not a ```Double``` on 32bit, it becomes hard to use CGGeomtry and frameworks like CoreGraphics or SpriteKit. This library makes it a little easier and hopefully Apple takes care of it soon. +Since ```CGFloat``` is not a ```Double``` on 32bit, it becomes hard to use CGGeometry and frameworks like CoreGraphics or SpriteKit. This library makes it a little easier and hopefully Apple takes care of it soon. Works on both Mac OS and iOS.