Skip to content

Commit 0a882cd

Browse files
Fix broken doc link
1 parent 5e65441 commit 0a882cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regex-syntax/src/hir/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2138,7 +2138,7 @@ impl Properties {
21382138
/// Returns whether there are any look-around expressions in this HIR value.
21392139
///
21402140
/// Only returns true for [`HirKind::LookAround`] and not for
2141-
/// [`HirKind::Look`], which can be queried by [`look_set`] instead.
2141+
/// [`HirKind::Look`], which can be queried by [`look_set`](Properties::look_set) instead.
21422142
#[inline]
21432143
pub fn contains_lookaround_expr(&self) -> bool {
21442144
self.0.contains_lookaround_expr

0 commit comments

Comments
 (0)