summaryrefslogtreecommitdiffstats
path: root/crates
diff options
context:
space:
mode:
authorJon Jensen <jon@swelter.net>2023-11-27 17:05:38 -0700
committerAndrew Gallant <jamslam@gmail.com>2023-11-27 21:17:12 -0500
commit2e81a7adfeeb9a213786b8331b244f97e7b66657 (patch)
tree61a543bf8ffee9bcc8780806fbcff896f61680de /crates
parentcd5440fb6230f72ab598916c1c5ab96686541d47 (diff)
doc: fix typo that was preventing interpolation
Closes #2662
Diffstat (limited to 'crates')
-rw-r--r--crates/core/flags/defs.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/core/flags/defs.rs b/crates/core/flags/defs.rs
index 9200c143..a0ace969 100644
--- a/crates/core/flags/defs.rs
+++ b/crates/core/flags/defs.rs
@@ -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}.
"#
}