Reviewers: golang-dev_googlegroups.com,
Message:
Hello [email protected],
I'd like you to review this change to
https://code.google.com/p/go/
Description:
encoding/gob: Fix typo in doc.go
Exactly how I find minute details like this is beyond me.
Please review this at https://codereview.appspot.com/6842125/
Affected files:
M src/pkg/encoding/gob/doc.go
Index: src/pkg/encoding/gob/doc.go
===================================================================
--- a/src/pkg/encoding/gob/doc.go
+++ b/src/pkg/encoding/gob/doc.go
@@ -328,7 +328,7 @@
01 // Add 1 to get field number 0: field[1].name
01 // 1 byte
59 // structType.field[1].name = "Y"
- 01 // Add 1 to get field number 1: field[0].id
+ 01 // Add 1 to get field number 1: field[1].id
04 // struct.Type.field[1].typeId is 2 (signed int).
00 // End of structType.field[1]; end of structType.field.
00 // end of wireType.structType structure