style(HashQueueMap): fixing a typo in the comment

This commit is contained in:
Igor Minar 2011-10-24 22:49:30 -07:00
parent 3945f884c5
commit 25d1822bd8

View file

@ -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} * @returns {HashQueueMap}
*/ */
function HashQueueMap() {} function HashQueueMap() {}