Skip to content

Commit

Permalink
Merge pull request #43 from infogulch/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README NewMap -> NewSet
  • Loading branch information
benbjohnson authored Feb 25, 2023
2 parents 590e6a6 + 3817740 commit 8fd91f5
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 @@ -291,7 +291,7 @@ wrapper around a `Map[T, struct{}]`.

Like Maps, Sets require a `Hasher` to hash keys and check for equality. There are built-in
hasher implementations for most primitive types such as `int`, `uint`, and
`string` keys. You may pass in a `nil` hasher to `NewMap()` if you are using
`string` keys. You may pass in a `nil` hasher to `NewSet()` if you are using
one of these key types.


Expand Down

0 comments on commit 8fd91f5

Please sign in to comment.