aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/gob/encoder.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/encoding/gob/encoder.go')
-rw-r--r--src/encoding/gob/encoder.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/encoding/gob/encoder.go b/src/encoding/gob/encoder.go
index 62d0f42e81..92b559ee11 100644
--- a/src/encoding/gob/encoder.go
+++ b/src/encoding/gob/encoder.go
@@ -191,7 +191,7 @@ func (enc *Encoder) sendTypeDescriptor(w io.Writer, state *encoderState, ut *use
return
}
// If the type info has still not been transmitted, it means we have
- // a singleton basic type (int, []byte etc.) at top level. We don't
+ // a singleton basic type (int, []byte etc.) at top level. We don't
// need to send the type info but we do need to update enc.sent.
if !sent {
info, err := getTypeInfo(ut)