Change whitespace in KQL grammar

This commit is contained in:
Lars Willighagen 2022-10-02 22:01:38 +02:00
parent 728b3e0a1d
commit 693d326271
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ Then the following queries are valid:
## Full Grammar
Note: for rules that are not defined in this grammar, see [the KDL grammar](https://github.com/kdl-org/kdl/blob/main/SPEC.md#full-grammar).
For rules that are not defined in this grammar, see [the KDL grammar](https://github.com/kdl-org/kdl/blob/main/SPEC.md#full-grammar).
```
query := selector q-ws* "||" q-ws* query | selector