Fix documentation directive

This commit is contained in:
Salvatore Randazzo 2012-11-09 09:05:49 -05:00
parent 7b947163da
commit bd72fe1034
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;