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 @@ imported from such a file returns zero, also known as -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 @@ imported from such a file returns zero, also known as -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