Update article.md

This commit is contained in:
Gorgan Razvan Florin 2017-04-20 20:57:25 +03:00 committed by GitHub
parent f57be1bbb3
commit c0c203e4cb

View file

@ -167,7 +167,7 @@ recipeMap.forEach( (value, key, map) => {
## Set
`Set` -- is a collection of values, where each value may occur.
`Set` -- is a collection of values, where each value may occur only once.
The main methods are: