From 693d3262718a0058952611dd0febd56aa454860d Mon Sep 17 00:00:00 2001 From: Lars Willighagen Date: Sun, 2 Oct 2022 22:01:38 +0200 Subject: [PATCH] Change whitespace in KQL grammar --- QUERY-SPEC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QUERY-SPEC.md b/QUERY-SPEC.md index 24696fd..05f6db8 100644 --- a/QUERY-SPEC.md +++ b/QUERY-SPEC.md @@ -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