Commit ea347c01 authored by Robert Griesemer's avatar Robert Griesemer

go/doc: fix typo

R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/5574071
parent d571c5ca
...@@ -35,7 +35,7 @@ type Value struct { ...@@ -35,7 +35,7 @@ type Value struct {
order int order int
} }
// Type is the documentation for type declaration. // Type is the documentation for a type declaration.
type Type struct { type Type struct {
Doc string Doc string
Name string Name string
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment