Skip to content

Commit ebeac1b

Browse files
committed
gopls/internal/util/astutil: fix tiny doc typo
Change-Id: I6c3ce4fad188fa0c594380554798be6d8687960d Reviewed-on: https://go-review.googlesource.com/c/tools/+/638335 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Alan Donovan <[email protected]>
1 parent 8e66a04 commit ebeac1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gopls/internal/util/astutil/util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
)
1414

1515
// UnpackRecv unpacks a receiver type expression, reporting whether it is a
16-
// pointer recever, along with the type name identifier and any receiver type
16+
// pointer receiver, along with the type name identifier and any receiver type
1717
// parameter identifiers.
1818
//
1919
// Copied (with modifications) from go/types.

0 commit comments

Comments
 (0)