From 8ec555931dc65f1cd0e7cf28d771615d8064a8ad Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Sat, 3 May 2025 17:06:41 -0400 Subject: [PATCH] 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 LUCI-TryBot-Result: Go LUCI Reviewed-by: Robert Griesemer --- src/go/types/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/go/types/api.go b/src/go/types/api.go index f60c2ff7ee..00fac4a9a0 100644 --- a/src/go/types/api.go +++ b/src/go/types/api.go @@ -228,7 +228,7 @@ type Info struct { // Similarly, no type is recorded for the (synthetic) FuncType // node in a FuncDecl.Type field, since there is no corresponding // syntactic function type expression in the source in this case - // Instead, the function type is found in the Defs.map entry for + // Instead, the function type is found in the Defs map entry for // the corresponding function declaration. Types map[ast.Expr]TypeAndValue