1
0
mirror of https://github.com/golang/go synced 2024-11-19 14:54:43 -07:00

gob: Doc typo fix

Fixes #1785.

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/4496042
This commit is contained in:
Anschel Schaffer-Cohen 2011-05-07 11:05:08 -07:00 committed by David Symonds
parent 733fde588b
commit a4dee3a746

View File

@ -159,7 +159,7 @@ description, constructed from these types:
Elem typeId
Len int
}
type CommonType {
type CommonType struct {
Name string // the name of the struct type
Id int // the id of the type, repeated so it's inside the type
}