From 6123ed892901249454c55c60a65f37d97da12431 Mon Sep 17 00:00:00 2001 From: Dmitry Mozzherin Date: Thu, 8 Apr 2021 10:46:43 -0500 Subject: [PATCH] typo --- interface.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface.go b/interface.go index 158f4f2..62b60ae 100644 --- a/interface.go +++ b/interface.go @@ -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 }