Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dimus committed Apr 8, 2021
1 parent fdb494f commit 6123ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ type GNparser interface {
// might modify parsing process, and the final output of results.
ChangeConfig(opts ...Option) GNparser

// Debug parses a strings and outputs raw AST tree from PEG engine.
// Debug parses a string and outputs raw AST tree from PEG engine.
Debug(s string) []byte
}

0 comments on commit 6123ed8

Please sign in to comment.