Skip to content

Commit

Permalink
Merge pull request #9 from benbjohnson/readme
Browse files Browse the repository at this point in the history
Change hasher & comparer implementations to unexported in README
  • Loading branch information
benbjohnson authored Mar 7, 2019
2 parents 549186e + cae736b commit 2afb12f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ type Hasher interface {
}
```

Please see the `IntHasher`, `StringHasher`, or `ByteSliceHasher` for examples.
Please see the internal `intHasher`, `stringHasher`, and `byteSliceHasher` for examples.


## Sorted Map
Expand Down Expand Up @@ -283,7 +283,7 @@ type Comparer interface {
}
```

Please see the `IntComparer`, `StringComparer`, or `ByteSliceComparer` for examples.
Please see the internal `intComparer`, `stringComparer`, and `byteSliceComparer` for examples.



Expand Down

0 comments on commit 2afb12f

Please sign in to comment.