summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLudi Rehak <ludi317@gmail.com>2022-03-01 22:35:05 -0800
committerAndrew Gallant <jamslam@gmail.com>2023-07-08 18:52:42 -0400
commit7c83b90f95663d4215b4709f00fd0975277f0755 (patch)
tree95b91127d7afc98731103c3c2557699bd501381d
parent97b5b7769c717078515eb2f461a9ed2b3befaf6c (diff)
doc: fix typo
Closes #2153
-rw-r--r--crates/regex/src/literal.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/regex/src/literal.rs b/crates/regex/src/literal.rs
index e52fb899..831b82cb 100644
--- a/crates/regex/src/literal.rs
+++ b/crates/regex/src/literal.rs
@@ -91,7 +91,7 @@ impl InnerLiterals {
InnerLiterals { seq: Seq::infinite() }
}
- /// If it is deemed advantageuous to do so (via various suspicious
+ /// If it is deemed advantageous to do so (via various suspicious
/// heuristics), this will return a single regular expression pattern that
/// matches a subset of the language matched by the regular expression that
/// generated these literal sets. The idea here is that the pattern