doc: fix typo that was preventing interpolation

Closes #2662
This commit is contained in:
Jon Jensen
2023-11-27 17:05:38 -07:00
committed by Andrew Gallant
parent cd5440fb62
commit 2e81a7adfe
2 changed files with 11 additions and 1 deletions

View File

@@ -3078,7 +3078,7 @@ Individual patterns can still be matched case sensitively by using
inline regex flags. For example, \fB(?\-i)abc\fP will match \fBabc\fP
case sensitively even when this flag is used.
.sp
This flag overrides \flag{case-sensitive} and flag{smart-case}.
This flag overrides \flag{case-sensitive} and \flag{smart-case}.
"#
}