Skip to content

Commit

Permalink
doc: fix typo: expresison -> expression
Browse files Browse the repository at this point in the history
PR #730
  • Loading branch information
marccarre committed Dec 19, 2020
1 parent 83c2fcd commit 04e025b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/literal/imp.rs
Expand Up @@ -72,7 +72,7 @@ impl LiteralSearcher {
/// Returns true if all matches comprise the entire regular expression.
///
/// This does not necessarily mean that a literal match implies a match
/// of the regular expression. For example, the regular expresison `^a`
/// of the regular expression. For example, the regular expression `^a`
/// is comprised of a single complete literal `a`, but the regular
/// expression demands that it only match at the beginning of a string.
pub fn complete(&self) -> bool {
Expand Down

0 comments on commit 04e025b

Please sign in to comment.