diff --git a/doc.go b/doc.go index 3aa7afb..7e9a132 100644 --- a/doc.go +++ b/doc.go @@ -57,10 +57,6 @@ // // m.Clear() // -// Merge another map into this one: -// -// m.Merge(other) -// // Serialize to JSON: // // data, err := json.Marshal(m)