Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 25d1822

Browse files
committed
style(HashQueueMap): fixing a typo in the comment
1 parent 3945f88 commit 25d1822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apis.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,7 @@ HashMap.prototype = {
936936
};
937937

938938
/**
939-
* A map where multiple values can be added to the same key such that the form a queue.
939+
* A map where multiple values can be added to the same key such that they form a queue.
940940
* @returns {HashQueueMap}
941941
*/
942942
function HashQueueMap() {}

0 commit comments

Comments
 (0)