Skip to content

Commit c0c203e

Browse files
author
Gorgan Razvan Florin
authored
Update article.md
1 parent f57be1b commit c0c203e

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)