aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Minar2011-10-24 22:49:30 -0700
committerIgor Minar2011-10-26 12:54:00 -0700
commit25d1822bd8596cd7972298aab2ab2366e217b663 (patch)
treee0588bf3c5789123c8e76a0ddd626f8b403c8e95
parent3945f884c5777e629b57c9ab0e93b9d02b9840d0 (diff)
downloadangular.js-25d1822bd8596cd7972298aab2ab2366e217b663.tar.bz2
style(HashQueueMap): fixing a typo in the comment
-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() {}