gotypes: fix plural Change-Id: I1496492af6f87cfe3cedcb772cbf112dcc5f55f8 Reviewed-on: https://go-review.googlesource.com/18231 Reviewed-by: Alan Donovan <adonovan@google.com>
diff --git a/gotypes/README.md b/gotypes/README.md index 0644585..7f35d03 100644 --- a/gotypes/README.md +++ b/gotypes/README.md
@@ -349,7 +349,7 @@ -There are eight kinds of object in the Go type checker. +There are eight kinds of objects in the Go type checker. Most familiar are the kinds that can be declared at package level: constants, variables, functions, and types. Less familiar are statement labels, imported package names
diff --git a/gotypes/go-types.md b/gotypes/go-types.md index d81f375..a47cc5d 100644 --- a/gotypes/go-types.md +++ b/gotypes/go-types.md
@@ -266,7 +266,7 @@ -There are eight kinds of object in the Go type checker. +There are eight kinds of objects in the Go type checker. Most familiar are the kinds that can be declared at package level: constants, variables, functions, and types. Less familiar are statement labels, imported package names