Skip to content

Commit

Permalink
Merge pull request getify#459 from DJTB/patch-2
Browse files Browse the repository at this point in the history
Update ch5.md - minor typo
  • Loading branch information
getify committed May 29, 2015
2 parents 86c57fc + 940a97f commit ee5a7a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion es6 & beyond/ch5.md
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ For this reason, WeakMaps are in my opinion better named "WeakKeyMaps."

## Sets

A set is an a collection of unique values (duplicates are ignored).
A set is a collection of unique values (duplicates are ignored).

The API for a set is mostly identical to map. The `add(..)` method takes the place of the `set(..)` method (somewhat ironically), and there is no `get(..)` method.

Expand Down

0 comments on commit ee5a7a1

Please sign in to comment.