]> Cypherpunks repositories - gostls13.git/commitdiff
gob: Doc typo fix
authorAnschel Schaffer-Cohen <anschelsc@gmail.com>
Sat, 7 May 2011 18:05:08 +0000 (11:05 -0700)
committerDavid Symonds <dsymonds@golang.org>
Sat, 7 May 2011 18:05:08 +0000 (11:05 -0700)
Fixes #1785.

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/4496042

src/pkg/gob/doc.go

index 189086f525cc020a6770805fdfc8a6130fbb37cc..850759bbda685244fa740cba0a83b71df3b9e65b 100644 (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
        }