aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 653b9bb..c151641 100644
--- a/README.md
+++ b/README.md
@@ -263,7 +263,8 @@ built-in comparer implementations for `int`, `string`, and `[]byte` keys. You
may pass a `nil` comparer to `NewSortedMap()` if you are using one of these key
types.
-The API is identical to the `Map` implementation.
+The API is identical to the `Map` implementation. The sorted map also has a
+companion `SortedMapBuilder` for more efficiently building maps.
### Implementing a custom Comparer