Skip to content

Commit 57c6475

Browse files
committed
Merge pull request #47 from ChrisGrant/master
Fixed a typo.
2 parents 3e32fa0 + b6a8c1a commit 57c6475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ UIApplication.sharedApplication.delegate;
323323
324324
## Literals
325325
326-
`NSString`, `NSDictionary`, `NSArray`, and `NSNumber` literals should be used whenever creating immutable instances of those objects. Pay special care that `nil` values not be passed into `NSArray` and `NSDictionary` literals, as this will cause a crash.
326+
`NSString`, `NSDictionary`, `NSArray`, and `NSNumber` literals should be used whenever creating immutable instances of those objects. Pay special care that `nil` values can not be passed into `NSArray` and `NSDictionary` literals, as this will cause a crash.
327327
328328
**Preferred:**
329329

0 commit comments

Comments
 (0)