Skip to content

Commit df0ebca

Browse files
Multimodcraftershilangyu
authored andcommitted
Fix doc-link
1 parent 1ec885a commit df0ebca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ impl Builder {
710710
self.start_pattern.len()
711711
}
712712

713-
/// Adds the [`start_id`] to the set of starting states that is used when
713+
/// Adds the `start_id` to the set of starting states that is used when
714714
/// running look-behind expressions.
715715
pub fn start_look_behind(&mut self, start_id: StateID) {
716716
self.start_look_behind.push(start_id);

0 commit comments

Comments
 (0)