aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/apis.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apis.js b/src/apis.js
index c9b2a99f..c23f9a61 100644
--- a/src/apis.js
+++ b/src/apis.js
@@ -936,7 +936,7 @@ HashMap.prototype = {
};
/**
- * A map where multiple values can be added to the same key such that the form a queue.
+ * A map where multiple values can be added to the same key such that they form a queue.
* @returns {HashQueueMap}
*/
function HashQueueMap() {}