]> Cypherpunks repositories - gostls13.git/commitdiff
go/types: fix typo
authorgulyasm <mgulyas86@gmail.com>
Sat, 7 Jan 2017 22:37:57 +0000 (23:37 +0100)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sat, 7 Jan 2017 23:55:24 +0000 (23:55 +0000)
Fixes #18562

Change-Id: Ic195a8606f09876e2667e4ef720b84a07d316f4a
Reviewed-on: https://go-review.googlesource.com/34939
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/go/types/api.go

index 44949895a7b9db03eb0c2a438c3009436d701551..5b911cb96cccbe2ca960012bdb46e0608d2cf710 100644 (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: