Skip to content

Commit 04e025b

Browse files
authored
doc: fix typo: expresison -> expression
PR #730
1 parent 83c2fcd commit 04e025b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/literal/imp.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ impl LiteralSearcher {
7272
/// Returns true if all matches comprise the entire regular expression.
7373
///
7474
/// This does not necessarily mean that a literal match implies a match
75-
/// of the regular expression. For example, the regular expresison `^a`
75+
/// of the regular expression. For example, the regular expression `^a`
7676
/// is comprised of a single complete literal `a`, but the regular
7777
/// expression demands that it only match at the beginning of a string.
7878
pub fn complete(&self) -> bool {

0 commit comments

Comments
 (0)