From: Anschel Schaffer-Cohen Date: Sat, 7 May 2011 18:05:08 +0000 (-0700) Subject: gob: Doc typo fix X-Git-Tag: weekly.2011-05-22~132 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a4dee3a7465c884b1e737bb1bd856fd63d57d103;p=gostls13.git gob: Doc typo fix Fixes #1785. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/4496042 --- diff --git a/src/pkg/gob/doc.go b/src/pkg/gob/doc.go index 189086f525..850759bbda 100644 --- a/src/pkg/gob/doc.go +++ b/src/pkg/gob/doc.go @@ -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 }