зеркало из https://github.com/golang/example.git
gotypes: fix plural
Change-Id: I1496492af6f87cfe3cedcb772cbf112dcc5f55f8 Reviewed-on: https://go-review.googlesource.com/18231 Reviewed-by: Alan Donovan <adonovan@google.com>
This commit is contained in:
Родитель
15d04612f8
Коммит
ff9d95a11f
|
@ -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:
|
Most familiar are the kinds that can be declared at package level:
|
||||||
constants, variables, functions, and types.
|
constants, variables, functions, and types.
|
||||||
Less familiar are statement labels, imported package names
|
Less familiar are statement labels, imported package names
|
||||||
|
|
|
@ -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:
|
Most familiar are the kinds that can be declared at package level:
|
||||||
constants, variables, functions, and types.
|
constants, variables, functions, and types.
|
||||||
Less familiar are statement labels, imported package names
|
Less familiar are statement labels, imported package names
|
||||||
|
|
Загрузка…
Ссылка в новой задаче