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 0406604 commit 8ea4f1fCopy full SHA for 8ea4f1f
compiler/utils.go
@@ -427,7 +427,7 @@ func (fc *funcContext) typeName(ty types.Type) string {
427
}
428
429
// For anonymous composite types, generate a synthetic package-level type
430
- // declaration, which will be reused for all instances of this time. This
+ // declaration, which will be reused for all instances of this type. This
431
// improves performance, since runtime won't have to synthesize the same type
432
// repeatedly.
433
anonType, ok := fc.pkgCtx.anonTypeMap.At(ty).(*types.TypeName)
0 commit comments