Commit 384839d826d48b42af545900fe4d88c8df62357d
Merge pull request #19 from arj03/master
Clarify what a Set isMatt McKegg authored on 11/2/2017, 1:11:48 AM
GitHub committed on 11/2/2017, 1:11:48 AM
Parent: 01e9e1d516a0bcf09d486425ab7cba0f919f5a1a
Parent: 99d3f3d7b85a5afe2ec5697b55108d9b58dbf1c8
Files changed
README.md | changed |
README.md | |||
---|---|---|---|
@@ -163,9 +163,9 @@ | |||
163 | 163 … | * `dict.keys()` return array of keys. | |
164 | 164 … | ||
165 | 165 … | ### Set | |
166 | 166 … | ||
167 | -Represents a collection like [Array](#Array) except without ordering. | ||
167 … | +Represents a collection like [Array](#Array) except without ordering or duplicate values. | ||
168 | 168 … | ||
169 | 169 … | additional methods: | |
170 | 170 … | * `set.add(value)` add `value` to the set. | |
171 | 171 … | * `set.clear()` remove all items. |
Built with git-ssb-web