mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-05 22:35:14 +08:00
style(HashQueueMap): fixing a typo in the comment
This commit is contained in:
@@ -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() {}
|
||||
|
||||
Reference in New Issue
Block a user