aboutsummaryrefslogtreecommitdiff
path: root/go/packages/packages.go
diff options
context:
space:
mode:
authorDmitri Shuralyov <dmitshur@golang.org>2019-01-14 11:24:28 -0500
committerDmitri Shuralyov <dmitshur@golang.org>2019-01-14 16:46:48 +0000
commit36f37f8f5c8169a4482a16bcccc34b26413e704c (patch)
tree21c2943e298ca291d1858a42a4d870ef4f1c2bf2 /go/packages/packages.go
parentfc1d57b08d7be19e6befb8d9a9405221faa3d5c9 (diff)
downloadgolang-x-tools-36f37f8f5c8169a4482a16bcccc34b26413e704c.tar.gz
go/packages: rename Illtyped to IllTyped in docs
Fix the field name in docs to have the correct case, as seen at https://godoc.org/golang.org/x/tools/go/packages#Package.IllTyped. Change-Id: I3184c2fc5f9c4641a61dbd2af6a11309e9f284ea Reviewed-on: https://go-review.googlesource.com/c/157797 Reviewed-by: Michael Matloob <matloob@golang.org>
Diffstat (limited to 'go/packages/packages.go')
-rw-r--r--go/packages/packages.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/go/packages/packages.go b/go/packages/packages.go
index 15927f1d3..e69ddfcb4 100644
--- a/go/packages/packages.go
+++ b/go/packages/packages.go
@@ -52,7 +52,7 @@ const (
// LoadAllSyntax adds typed syntax trees for the packages matching the patterns
// and all dependencies.
- // Package fields added: Types, Fset, Illtyped, Syntax, and TypesInfo,
+ // Package fields added: Types, Fset, IllTyped, Syntax, and TypesInfo,
// for all packages in the import graph.
LoadAllSyntax
)