mirror of
https://github.com/golang/go
synced 2024-11-11 22:50:22 -07:00
go/types: fix typo
Fixes #18562 Change-Id: Ic195a8606f09876e2667e4ef720b84a07d316f4a Reviewed-on: https://go-review.googlesource.com/34939 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
1ede11d13a
commit
3156736189
@ -5,7 +5,7 @@
|
||||
// Package types declares the data types and implements
|
||||
// the algorithms for type-checking of Go packages. Use
|
||||
// Config.Check to invoke the type checker for a package.
|
||||
// Alternatively, create a new type checked with NewChecker
|
||||
// Alternatively, create a new type checker with NewChecker
|
||||
// and invoke it incrementally by calling Checker.Files.
|
||||
//
|
||||
// Type-checking consists of several interdependent phases:
|
||||
|
Loading…
Reference in New Issue
Block a user