Fix typo, formatting and operator descriptions (resolves #1820)

This commit is contained in:
ines 2018-01-12 22:06:27 +01:00
parent a2a06dce24
commit 65babd9e2e

View File

@ -148,7 +148,7 @@ p
+cell Negate the pattern, by requiring it to match exactly 0 times.
+row
+cell #[code *]
+cell #[code ?]
+cell Make the pattern optional, by allowing it to match 0 or 1 times.
+row
@ -156,8 +156,8 @@ p
+cell Require the pattern to match 1 or more times.
+row
+cell #[code ?]
+cell Allow the pattern to zero or more times.
+cell #[code *]
+cell Allow the pattern to match zero or more times.
p
| The #[code +] and #[code *] operators are usually interpretted