Skip to content

Commit b6a8c1a

Browse files
committed
Fixed a typo.
1 parent 3e32fa0 commit b6a8c1a

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)