Commit 99d3f3d7b85a5afe2ec5697b55108d9b58dbf1c8
Clarify what a Set is
Anders Rune Jensen authored on 11/1/2017, 7:29:50 AMGitHub committed on 11/1/2017, 7:29:50 AM
Parent: 01e9e1d516a0bcf09d486425ab7cba0f919f5a1a
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