From a4dee3a7465c884b1e737bb1bd856fd63d57d103 Mon Sep 17 00:00:00 2001 From: Anschel Schaffer-Cohen Date: Sat, 7 May 2011 11:05:08 -0700 Subject: [PATCH] gob: Doc typo fix Fixes #1785. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/4496042 --- src/pkg/gob/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.50.0