diff --git a/modules/ROOT/pages/syntax/parsing.adoc b/modules/ROOT/pages/syntax/parsing.adoc index 8e95aa856..36c313d4b 100644 --- a/modules/ROOT/pages/syntax/parsing.adoc +++ b/modules/ROOT/pages/syntax/parsing.adoc @@ -64,8 +64,8 @@ The supported newline characters in Cypher are: [options="header", cols="1,2"] |=== -| Description | List of included Unicode Characters -| Line Feed | `\n`, `\u000A` -| Carriage Return | `\r`, `\u000D` -| Carriage Return + Line Feed | `\r\n`, `\u000D\u000A` +| Description | List of included Unicode characters +| Line feed | `\n`, `\u000A` +| Carriage return | `\r`, `\u000D` +| Carriage return + line feed | `\r\n`, `\u000D\u000A` |=== \ No newline at end of file