Fix documentation mistake.

This commit is contained in:
kishikawakatsumi
2012-07-18 09:30:25 +09:00
parent 422a71f8b5
commit f2f82b7062

View File

@@ -44,7 +44,7 @@ Remove items.
Instantiate store object with default service name.
```objective-c
UICKeyChainStore *store = [UICKeyChainStore keyChain];
UICKeyChainStore *store = [UICKeyChainStore keyChainStore];
```
Or specify the service name.