We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a0fa5b commit 8165b61Copy full SHA for 8165b61
parse.go
@@ -63,7 +63,7 @@ func parseRule(ruleStr string) (Rule, error) {
63
switch {
64
case ch == '\\':
65
// Escape the next character (important for whitespace while parsing), but
66
- // don't lose the backslash we it's part of the pattern
+ // don't lose the backslash as it's part of the pattern
67
escaped = true
68
buf.WriteRune(ch)
69
continue
0 commit comments