Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3 from waywardmonkeys/patch-1
Browse files Browse the repository at this point in the history
Fix typo.
  • Loading branch information
seivan committed Jul 1, 2014
2 parents fc27e31 + 2b0bdac commit 6ec38ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 6ec38ec

Please sign in to comment.