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 1ec885a commit df0ebcaCopy full SHA for df0ebca
regex-automata/src/nfa/thompson/builder.rs
@@ -710,7 +710,7 @@ impl Builder {
710
self.start_pattern.len()
711
}
712
713
- /// Adds the [`start_id`] to the set of starting states that is used when
+ /// Adds the `start_id` to the set of starting states that is used when
714
/// running look-behind expressions.
715
pub fn start_look_behind(&mut self, start_id: StateID) {
716
self.start_look_behind.push(start_id);
0 commit comments