summaryrefslogtreecommitdiff
path: root/src/pkg/encoding/gob/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/encoding/gob/doc.go')
-rw-r--r--src/pkg/encoding/gob/doc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/encoding/gob/doc.go b/src/pkg/encoding/gob/doc.go
index 96885f8de..821d9a3fe 100644
--- a/src/pkg/encoding/gob/doc.go
+++ b/src/pkg/encoding/gob/doc.go
@@ -116,7 +116,7 @@ uninterpreted bytes of the value.
All other slices and arrays are sent as an unsigned count followed by that many
elements using the standard gob encoding for their type, recursively.
-Maps are sent as an unsigned count followed by that man key, element
+Maps are sent as an unsigned count followed by that many key, element
pairs. Empty but non-nil maps are sent, so if the sender has allocated
a map, the receiver will allocate a map even no elements are
transmitted.