fixed typo

This commit is contained in:
0x20h 2012-02-01 20:14:56 +01:00
parent bc8feefc89
commit 162b77310c

View file

@ -36,7 +36,7 @@
* 'path' => CACHE, //[optional] use system tmp directory - remember to use absolute path
* 'prefix' => 'cake_', //[optional] prefix every cache file with this string
* 'lock' => false, //[optional] use file locking
* 'serialize' => true, [optional]
* 'serialize' => true, // [optional]
* 'mask' => 0666, // [optional] permission mask to use when creating cache files
* ));
*