Commit cb79b2cf authored by Robert Griesemer's avatar Robert Griesemer

go/doc: fix typo in comment

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/8113043
parent a891484a
...@@ -64,7 +64,7 @@ type Func struct { ...@@ -64,7 +64,7 @@ type Func struct {
Level int // embedding level; 0 means not embedded Level int // embedding level; 0 means not embedded
} }
// A Note represents marked comments starting with "MARKER(uid): note body". // A Note represents a marked comment starting with "MARKER(uid): note body".
// Any note with a marker of 2 or more upper case [A-Z] letters and a uid of // Any note with a marker of 2 or more upper case [A-Z] letters and a uid of
// at least one character is recognized. The ":" following the uid is optional. // at least one character is recognized. The ":" following the uid is optional.
// Notes are collected in the Package.Notes map indexed by the notes marker. // Notes are collected in the Package.Notes map indexed by the notes marker.
......
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