Merge pull request #219 from SRandazzo/patch-1

Fix documentation directive
This commit is contained in:
Olivier Poitrey 2012-11-09 06:25:59 -08:00
commit 152c75f437
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
/**
* Init a new cache store with a specific namespace
*
* @return ns The namespace to use for this cache store
* @param ns The namespace to use for this cache store
*/
- (id)initWithNamespace:(NSString *)ns;