Skip to content

Commit 8165b61

Browse files
committed
Fix typo in comment
1 parent 0a0fa5b commit 8165b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parse.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ func parseRule(ruleStr string) (Rule, error) {
6363
switch {
6464
case ch == '\\':
6565
// Escape the next character (important for whitespace while parsing), but
66-
// don't lose the backslash we it's part of the pattern
66+
// don't lose the backslash as it's part of the pattern
6767
escaped = true
6868
buf.WriteRune(ch)
6969
continue

0 commit comments

Comments
 (0)