Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Frazer Robinson committed Mar 26, 2021
1 parent d215fe0 commit 4536d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -17,7 +17,7 @@ You can use `OrderedSet` as a drop-in replacement for an `Array` if:

It can give you significant performance boosts when working with large collections, over using an `Array`.

You can use `OrderedSet` as a drop-in replacement for an `Set` if:
You can use `OrderedSet` as a drop-in replacement for a `Set` if:
* you do not need to perform in-place modification of the set,
* and you require the members of the set to have a defined order.

Expand Down

0 comments on commit 4536d3e

Please sign in to comment.