corrected spelling (#2359)

changed **interpretted** to **interpreted**
This commit is contained in:
Shantam Raj 2018-05-24 16:59:52 +05:30 committed by Ines Montani
parent 8adb967e0c
commit 592834183a

View File

@ -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