Skip to content

Commit 8c8b0ff

Browse files
authored
Merge pull request #518 from GorganRazvan/patch-1
Update article.md
2 parents f57be1b + c0c203e commit 8c8b0ff

File tree

1 file changed

+1
-1
lines changed
  • 1-js/05-data-types/07-map-set-weakmap-weakset

1 file changed

+1
-1
lines changed

1-js/05-data-types/07-map-set-weakmap-weakset/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ recipeMap.forEach( (value, key, map) => {
167167
168168
## Set
169169
170-
`Set` -- is a collection of values, where each value may occur.
170+
`Set` -- is a collection of values, where each value may occur only once.
171171
172172
The main methods are:
173173

0 commit comments

Comments
 (0)