We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d659682 commit 5410296Copy full SHA for 5410296
src/go/token/position.go
@@ -71,7 +71,7 @@ func (pos Position) String() string {
71
type Pos int
72
73
// The zero value for Pos is NoPos; there is no file and line information
74
-// associated with it, and NoPos().IsValid() is false. NoPos is always
+// associated with it, and NoPos.IsValid() is false. NoPos is always
75
// smaller than any other Pos value. The corresponding Position value
76
// for NoPos is the zero value for Position.
77
//
0 commit comments