Skip to content

Commit 2f761ec

Browse files
committed
Update wrong doc
1 parent 093df67 commit 2f761ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

regex-automata/src/nfa/thompson/pikevm.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1466,8 +1466,8 @@ impl PikeVM {
14661466
}
14671467

14681468
/// This brings the look-behind threads into the state they must be for
1469-
/// starting at [input.end]. The assumption is that they are currently
1470-
/// at [input.start].
1469+
/// starting at [forward_span.end]. The assumption is that they are currently
1470+
/// at [forward_span.start].
14711471
fn fast_forward_lookbehinds(
14721472
&self,
14731473
forward_span: Span,

0 commit comments

Comments
 (0)