From c86259e864d912f9c2eb049013654c94d0bf8b56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Carr=C3=A9?= Date: Sat, 19 Dec 2020 07:02:07 +0900 Subject: [PATCH] doc: fix typo: expresison -> expression --- src/literal/imp.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/literal/imp.rs b/src/literal/imp.rs index fe07ffccd8..d6ab04dee8 100644 --- a/src/literal/imp.rs +++ b/src/literal/imp.rs @@ -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 {