]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
[dev-reference] Fix minor typo in docs
authorPiotr Skamruk <piotr.skamruk@gmail.com>
Wed, 12 Aug 2020 15:30:11 +0000 (17:30 +0200)
committerKonstantinos Margaritis <markos@users.noreply.github.com>
Mon, 25 Jan 2021 12:13:13 +0000 (14:13 +0200)
doc/dev-reference/compilation.rst

index 32e93ca5e22be262230be6c55f77121e724e73b1..6f5541ecfe92af7b50cd19632c24f064b2f9e4af 100644 (file)
@@ -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