diff options
| author | Igor Minar | 2011-10-24 22:49:30 -0700 | 
|---|---|---|
| committer | Igor Minar | 2011-10-26 12:54:00 -0700 | 
| commit | 25d1822bd8596cd7972298aab2ab2366e217b663 (patch) | |
| tree | e0588bf3c5789123c8e76a0ddd626f8b403c8e95 /src/apis.js | |
| parent | 3945f884c5777e629b57c9ab0e93b9d02b9840d0 (diff) | |
| download | angular.js-25d1822bd8596cd7972298aab2ab2366e217b663.tar.bz2 | |
style(HashQueueMap): fixing a typo in the comment
Diffstat (limited to 'src/apis.js')
| -rw-r--r-- | src/apis.js | 2 | 
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() {} | 
