Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 60084e8

Browse files
committed
Merge pull request #7 from github/cast-typo-fix
Fix a typo in the casting example
2 parents 56719f3 + c26e794 commit 60084e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* There shouldn't be a space between a cast and the variable being cast.
3838

3939
``` objc
40-
NewType a = (OldType)b;
40+
NewType a = (NewType)b;
4141
```
4242

4343
## Control Structures

0 commit comments

Comments
 (0)