From 25d1822bd8596cd7972298aab2ab2366e217b663 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Mon, 24 Oct 2011 22:49:30 -0700 Subject: style(HashQueueMap): fixing a typo in the comment --- src/apis.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/apis.js') 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() {} -- cgit v1.2.3