Skip to content

Commit 5642cb1

Browse files
Fix typos on parsing page (#1014)
1 parent 54b1ee7 commit 5642cb1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/ROOT/pages/syntax/parsing.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Additional documentation on escaping rules for `STRING` literals, names and regu
1515

1616
* xref::queries/expressions.adoc#expressions-string-literals[String literal escape sequences]
1717
* xref::syntax/naming.adoc#symbolic-names-escaping-rules[Using special characters in names]
18-
* xref::clauses/where.adoc#escaping-in-regular-expressions[Regular epxressions]
18+
* xref::clauses/where.adoc#escaping-in-regular-expressions[Regular expressions]
1919

2020
The following example escapes the unicode character `A` (`\u0041`) in the keyword `MATCH`:
2121

@@ -44,9 +44,9 @@ The following unicode characters are considered as whitespace:
4444
[options="header", cols="1,2"]
4545
|===
4646
| Description | List of included Unicode characters
47-
| Unicode general gategory Zp | `\u2029`
48-
| Unicode general gategory Zs | `\u0020` (space), `\u1680`, `\u2000-200A`, `\u202F`, `\u205F`, `\u3000`
49-
| Unicode general gategory class Zl | `\u2028`
47+
| Unicode general category Zp | `\u2029`
48+
| Unicode general category Zs | `\u0020` (space), `\u1680`, `\u2000-200A`, `\u202F`, `\u205F`, `\u3000`
49+
| Unicode general category class Zl | `\u2028`
5050
| Horizontal tabulation | `\t`, `\u0009`
5151
| Line feed | `\n`, `\u000A`
5252
| Vertical tabulation | `\u000B`

0 commit comments

Comments
 (0)