Change-Id: Iba181e26e4c6ee298666983613120f8845f6e7aa
Reviewed-on: https://go-review.googlesource.com/17973
Reviewed-by: Robert Griesemer <gri@golang.org>
This commit is contained in:
Alan Donovan 2015-12-17 14:31:06 -05:00 коммит произвёл Alan Donovan
Родитель bceddce91a
Коммит 30155008b4
2 изменённых файлов: 4 добавлений и 6 удалений

Просмотреть файл

@ -401,7 +401,7 @@ The `Id` method will be explained in [Ids](#ids).
Not all methods make sense for each kind of object. For instance,
the last four kinds above have no meaningful `Type` method.
And some kinds of object have methods in addition to those required by the
And some kinds of objects have methods in addition to those required by the
`Object` interface:
@ -885,7 +885,7 @@ the set of comments to get a better feel for how name resolution works.
The table below summarizes which kinds of object may be declared at
The table below summarizes which kinds of objects may be declared at
each level of the tree of lexical blocks.
@ -954,7 +954,6 @@ order among them is not specified.
That is, any topological order of the import graph will do.
The `(*Package).Imports` method returns the set of direct
dependencies of a package.
>>>>>>> 637ffe0981073879a95f848fd9528efe9231bed9
# Types

Просмотреть файл

@ -318,7 +318,7 @@ The `Id` method will be explained in [Ids](#ids).
Not all methods make sense for each kind of object. For instance,
the last four kinds above have no meaningful `Type` method.
And some kinds of object have methods in addition to those required by the
And some kinds of objects have methods in addition to those required by the
`Object` interface:
@ -704,7 +704,7 @@ the set of comments to get a better feel for how name resolution works.
The table below summarizes which kinds of object may be declared at
The table below summarizes which kinds of objects may be declared at
each level of the tree of lexical blocks.
@ -773,7 +773,6 @@ order among them is not specified.
That is, any topological order of the import graph will do.
The `(*Package).Imports` method returns the set of direct
dependencies of a package.
>>>>>>> 637ffe0981073879a95f848fd9528efe9231bed9
# Types