Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
biggyspender committed Mar 29, 2019
1 parent dcb3848 commit da74da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ or even spread your results into an array:

const arr2 = [...squaresBelowTen]

### A case-insensitve set, using EqualityComparer<T>
### A case-insensitive set, using EqualityComparer<T>

const names = ["zebra", "antelope", "ardvaark", "tortoise", "turtle", "dog", "frog"]
const comparer: EqualityComparer<string> = {
Expand Down

0 comments on commit da74da6

Please sign in to comment.