From a1a63f2c359cfdcf825ec75feb4c9a2063ff8611 Mon Sep 17 00:00:00 2001 From: Jiiks Date: Sun, 12 Aug 2018 18:37:11 +0300 Subject: [PATCH] Proper doc --- client/src/modules/cache.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/modules/cache.js b/client/src/modules/cache.js index fb78a123..76822f15 100644 --- a/client/src/modules/cache.js +++ b/client/src/modules/cache.js @@ -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 */