Skip to content

Commit 4a4f35d

Browse files
jketemaCopilot
andauthored
Go: Fix typo
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 2178247 commit 4a4f35d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go/extractor/extractor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2103,7 +2103,7 @@ func checkObjectNotSpecialized(obj types.Object) {
21032103
}
21042104
}
21052105

2106-
// getTypeParamOrigin return the origin type parameter of a type parameter
2106+
// getTypeParamOrigin returns the origin type parameter for a type parameter
21072107
// from an instantiated method.
21082108
func getTypeParamOrigin(tp *types.TypeParam) *types.TypeParam {
21092109
if origin, exists := typeParamOrigin[tp]; exists {

0 commit comments

Comments
 (0)