aboutsummaryrefslogtreecommitdiffstats
path: root/src/apis.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/apis.js')
-rw-r--r--src/apis.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apis.js b/src/apis.js
index c5d2b3d3..a6df5811 100644
--- a/src/apis.js
+++ b/src/apis.js
@@ -49,7 +49,7 @@ HashMap.prototype = {
/**
* @param key
- * @returns the value for the key
+ * @returns {Object} the value for the key
*/
get: function(key) {
return this[hashKey(key)];