Skip to content

Commit 1d5703e

Browse files
authored
Merge branch 'master' into feat/json_negation
2 parents 277c1be + 3683cc6 commit 1d5703e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/GRL_en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ Your application, you can test if a GRL script or snippet contains a GRL syntax
280280
// Cast the error into pkg.GruleErrorReporter with typecast checking.
281281
// Typecast checking is necessary because the err might not only parsing error.
282282
if reporter, ok := err.(*pkg.GruleErrorReporter); ok {
283-
// Lets iterate all the error we get during parsing.
283+
// Let's iterate all the error we get during parsing.
284284
for i, er := range reporter.Errors {
285285
fmt.Printf("detected error #%d : %s\n", i, er.Error())
286286
}

0 commit comments

Comments
 (0)