Skip to content

Commit

Permalink
correct spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardBetts committed Sep 1, 2017
1 parent d0d549d commit 67bdaab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decl.go
Original file line number Diff line number Diff line change
Expand Up @@ -1132,7 +1132,7 @@ func pretty_print_type_expr(out io.Writer, e ast.Expr, canonical_aliases map[str
}
} else if !*g_debug && strings.HasPrefix(t.Name, "!") {
// these are full package names for disambiguating and pretty
// printing packages withing packages, e.g.
// printing packages within packages, e.g.
// !go/ast!ast vs. !github.com/nsf/my/ast!ast
// another ugly hack, if people are punished in hell for ugly hacks
// I'm screwed...
Expand Down

0 comments on commit 67bdaab

Please sign in to comment.