Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hmarr committed Mar 9, 2022
1 parent 0a0fa5b commit 8165b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parse.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func parseRule(ruleStr string) (Rule, error) {
switch {
case ch == '\\':
// Escape the next character (important for whitespace while parsing), but
// don't lose the backslash we it's part of the pattern
// don't lose the backslash as it's part of the pattern
escaped = true
buf.WriteRune(ch)
continue
Expand Down

0 comments on commit 8165b61

Please sign in to comment.