We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93fb2c9 commit 8ec5559Copy full SHA for 8ec5559
src/go/types/api.go
@@ -228,7 +228,7 @@ type Info struct {
228
// Similarly, no type is recorded for the (synthetic) FuncType
229
// node in a FuncDecl.Type field, since there is no corresponding
230
// syntactic function type expression in the source in this case
231
- // Instead, the function type is found in the Defs.map entry for
+ // Instead, the function type is found in the Defs map entry for
232
// the corresponding function declaration.
233
Types map[ast.Expr]TypeAndValue
234
0 commit comments