From 592834183ad0c8097f7290631681012d9b1bb39a Mon Sep 17 00:00:00 2001 From: Shantam Raj Date: Thu, 24 May 2018 16:59:52 +0530 Subject: [PATCH] corrected spelling (#2359) changed **interpretted** to **interpreted** --- website/usage/_linguistic-features/_rule-based-matching.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/usage/_linguistic-features/_rule-based-matching.jade b/website/usage/_linguistic-features/_rule-based-matching.jade index c0d418d46..2d5d73c5a 100644 --- a/website/usage/_linguistic-features/_rule-based-matching.jade +++ b/website/usage/_linguistic-features/_rule-based-matching.jade @@ -184,7 +184,7 @@ p p | In versions before v2.1.0, the semantics of the #[code +] and #[code *] operators - | behave inconsistently. They were usually interpretted + | behave inconsistently. They were usually interpreted | "greedily", i.e. longer matches are returned where possible. However, if | you specify two #[code +] and #[code *] patterns in a row and their | matches overlap, the first operator will behave non-greedily. This quirk