We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83c2fcd commit 04e025bCopy full SHA for 04e025b
src/literal/imp.rs
@@ -72,7 +72,7 @@ impl LiteralSearcher {
72
/// Returns true if all matches comprise the entire regular expression.
73
///
74
/// This does not necessarily mean that a literal match implies a match
75
- /// of the regular expression. For example, the regular expresison `^a`
+ /// of the regular expression. For example, the regular expression `^a`
76
/// is comprised of a single complete literal `a`, but the regular
77
/// expression demands that it only match at the beginning of a string.
78
pub fn complete(&self) -> bool {
0 commit comments