diff options
Diffstat (limited to 'src/pkg/gob/doc.go')
-rw-r--r-- | src/pkg/gob/doc.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/gob/doc.go b/src/pkg/gob/doc.go index 189086f52..850759bbd 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 } |