Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit d54d6ed

Browse files
committed
Fix typo in comment
1 parent 226712a commit d54d6ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internals/cli/masker/matcher.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ func (d *sequenceDetector) writeByte(in byte) bool {
9595
// }
9696
// return false
9797
// } else if d.sequence[0] == in{
98-
// d.index = d.offset
98+
// d.index = d.offset + 1
9999
// } else {
100100
// d.index = 0
101101
// }

0 commit comments

Comments
 (0)