We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6469598 commit 07fc7c6Copy full SHA for 07fc7c6
README.md
@@ -5,7 +5,7 @@
5
DataStructures is a JavaScript library where you can find the most common data structures and also other data
6
structures more advanced. Various method are also provided in order to manipulate data structures.
7
8
-This library implements also the [iterator] (http://en.wikipedia.org/wiki/Iterator_pattern) pattern in order to hide
+This library implements the [iterator] (http://en.wikipedia.org/wiki/Iterator_pattern) pattern in order to hide
9
the data structure that work for storing your data.
10
11
Supported data structures
0 commit comments