mirror of
https://github.com/golang/go
synced 2024-11-13 19:10:22 -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
|
// body) are removed. Non-exported fields and methods of exported types are
|
||||||
// stripped. The File.Comments list is not changed.
|
// 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.
|
// it returns false otherwise.
|
||||||
//
|
//
|
||||||
func FileExports(src *File) bool {
|
func FileExports(src *File) bool {
|
||||||
|
Loading…
Reference in New Issue
Block a user