From: Piotr Skamruk Date: Wed, 12 Aug 2020 15:30:11 +0000 (+0200) Subject: [dev-reference] Fix minor typo in docs X-Git-Tag: vectorscan-v5.4.0~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fd77679d9601f8ea950702836a467317422933e;p=thirdparty%2Fvectorscan.git [dev-reference] Fix minor typo in docs --- diff --git a/doc/dev-reference/compilation.rst b/doc/dev-reference/compilation.rst index 32e93ca5..6f5541ec 100644 --- a/doc/dev-reference/compilation.rst +++ b/doc/dev-reference/compilation.rst @@ -165,7 +165,7 @@ The following regex constructs are supported by Hyperscan: :regexp:`{n,}` are supported with limitations. * For arbitrary repeated sub-patterns: *n* and *m* should be either small - or infinite, e.g. :regexp:`(a|b}{4}`, :regexp:`(ab?c?d){4,10}` or + or infinite, e.g. :regexp:`(a|b){4}`, :regexp:`(ab?c?d){4,10}` or :regexp:`(ab(cd)*){6,}`. * For single-character width sub-patterns such as :regexp:`[^\\a]` or