mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-09 15:24:43 +00:00
style(HashQueueMap): fixing a typo in the comment
This commit is contained in:
parent
3945f884c5
commit
25d1822bd8
1 changed files with 1 additions and 1 deletions
|
|
@ -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() {}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue