Skip to content

Commit 8ec5559

Browse files
rscRobert Griesemer
authored and
Robert Griesemer
committed
go/types: fix typo in Info.Types doc comment
Change-Id: Ib95b77ab3dc6e48158e25e70fabb2579f3706b5f Reviewed-on: https://go-review.googlesource.com/c/go/+/669755 Auto-Submit: Russ Cox <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Robert Griesemer <[email protected]>
1 parent 93fb2c9 commit 8ec5559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/go/types/api.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ type Info struct {
228228
// Similarly, no type is recorded for the (synthetic) FuncType
229229
// node in a FuncDecl.Type field, since there is no corresponding
230230
// syntactic function type expression in the source in this case
231-
// Instead, the function type is found in the Defs.map entry for
231+
// Instead, the function type is found in the Defs map entry for
232232
// the corresponding function declaration.
233233
Types map[ast.Expr]TypeAndValue
234234

0 commit comments

Comments
 (0)