diff --git a/doc/effective_go.html b/doc/effective_go.html index bc70b0c8e3..731959e408 100644 --- a/doc/effective_go.html +++ b/doc/effective_go.html @@ -1521,7 +1521,7 @@ for i := range picture {

Maps are a convenient and powerful built-in data structure that associate values of one type (the key) with values of another type -(the element or value) +(the element or value). The key can be of any type for which the equality operator is defined, such as integers, floating point and complex numbers,