Proper doc

This commit is contained in:
Jiiks 2018-08-12 18:37:11 +03:00
parent 334c9f852a
commit a1a63f2c35
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ export default class Cache {
}
/**
* Get something from cache
* Push something to cache
* @param {String} where Cache identifier
* @param {any} data Data to push
*/