mirror of
https://github.com/golang/go
synced 2024-11-12 09:50:21 -07:00
go/ast: fix typo
R=golang-dev, r, bradfitz CC=golang-dev https://golang.org/cl/5543056
This commit is contained in:
parent
1c441e259f
commit
a08c1960dd
@ -23,7 +23,7 @@ func exportFilter(name string) bool {
|
||||
// body) are removed. Non-exported fields and methods of exported types are
|
||||
// stripped. The File.Comments list is not changed.
|
||||
//
|
||||
// FileExports returns true if there are exported declarationa;
|
||||
// FileExports returns true if there are exported declarations;
|
||||
// it returns false otherwise.
|
||||
//
|
||||
func FileExports(src *File) bool {
|
||||
|
Loading…
Reference in New Issue
Block a user