1
0
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:
gulyasm 2017-01-07 23:37:57 +01:00 committed by Brad Fitzpatrick
parent 1ede11d13a
commit 3156736189

View File

@ -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: