aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c151641..5e7925f 100644
--- a/README.md
+++ b/README.md
@@ -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
@@ -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.