Skip to content

Commit ff9d95a

Browse files
committed
gotypes: fix plural
Change-Id: I1496492af6f87cfe3cedcb772cbf112dcc5f55f8 Reviewed-on: https://go-review.googlesource.com/18231 Reviewed-by: Alan Donovan <[email protected]>
1 parent 15d0461 commit ff9d95a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gotypes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ imported from such a file returns zero, also known as
349349

350350

351351

352-
There are eight kinds of object in the Go type checker.
352+
There are eight kinds of objects in the Go type checker.
353353
Most familiar are the kinds that can be declared at package level:
354354
constants, variables, functions, and types.
355355
Less familiar are statement labels, imported package names

gotypes/go-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ imported from such a file returns zero, also known as
266266

267267

268268

269-
There are eight kinds of object in the Go type checker.
269+
There are eight kinds of objects in the Go type checker.
270270
Most familiar are the kinds that can be declared at package level:
271271
constants, variables, functions, and types.
272272
Less familiar are statement labels, imported package names

0 commit comments

Comments
 (0)