Skip to content

Commit

Permalink
encoding/gob: fix comment
Browse files Browse the repository at this point in the history
Fixes #4100.

R=adg, r, dave
CC=golang-dev
https://golang.org/cl/6535055
  • Loading branch information
griesemer committed Sep 19, 2012
1 parent 2e7aaed commit 93195e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pkg/encoding/gob/doc.go
Expand Up @@ -118,7 +118,7 @@ elements using the standard gob encoding for their type, recursively.
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
a map, the receiver will allocate a map even if no elements are
transmitted.
Structs are sent as a sequence of (field number, field value) pairs. The field
Expand Down

0 comments on commit 93195e1

Please sign in to comment.