Skip to content

Commit

Permalink
Merge branch 'rust-lang:master' into interval_canoicalization_opt
Browse files Browse the repository at this point in the history
  • Loading branch information
Licheam authored Jul 23, 2023
2 parents dd46d34 + 87f7f3f commit 2f2db21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regex-automata/src/util/search.rs
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ impl<'h> Input<'h> {
/// When a search is anchored (so that's [`Anchored::Yes`] or
/// [`Anchored::Pattern`]), a match must begin at the start of a search.
/// When a search is not anchored (that's [`Anchored::No`]), regex engines
/// will behave as if the pattern started with a `(?:s-u.)*?`. This prefix
/// will behave as if the pattern started with a `(?s-u:.)*?`. This prefix
/// permits a match to appear anywhere.
///
/// By default, the anchored mode is [`Anchored::No`].
Expand Down

0 comments on commit 2f2db21

Please sign in to comment.