зеркало из https://github.com/golang/tools.git
go.tools/go/types: fix typo in comment.
LGTM=gri R=gri CC=golang-codereviews https://golang.org/cl/88200044
This commit is contained in:
Родитель
b3970ee159
Коммит
5421af34cc
|
@ -46,7 +46,7 @@ type context struct {
|
|||
}
|
||||
|
||||
// A checker maintains the state of the type checker.
|
||||
// It must be created with newChecker.
|
||||
// It must be created with NewChecker.
|
||||
type checker struct {
|
||||
// package information
|
||||
// (initialized by NewChecker, valid for the life-time of checker)
|
||||
|
|
Загрузка…
Ссылка в новой задаче