Skip to content

Commit

Permalink
Tweak readme mutability language
Browse files Browse the repository at this point in the history
  • Loading branch information
jklundell committed Sep 21, 2012
1 parent 8118268 commit c7d82dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -9,7 +9,7 @@ Four restrictions are imposed:

2. Keys and values are restricted to property list objects, that is, objects that can be serialized with NSPropertyListSerialization. This includes NSData, NSString, NSArray, NSDictionary, NSDate, and NSNumber, but not (for example) NSSet.

3. Mutable values may be stored in KCMutableDictionary, but they will be saved in the keychain as their immutable variants.
3. Mutable values may be stored in KCMutableDictionary, but they will be effectively be copied to their immutable variants.

4. Reads are fast, but writes are slow.

Expand Down

0 comments on commit c7d82dc

Please sign in to comment.