This commit is contained in:
Kat Marchán 2023-12-12 11:05:43 -08:00 committed by GitHub
parent 9c5a06117a
commit ea3ca8c4bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
* The grammar syntax itself has been described, and some confusing definitions * The grammar syntax itself has been described, and some confusing definitions
in the grammar have been fixed accordingly (mostly related to escaped in the grammar have been fixed accordingly (mostly related to escaped
characters). characters).
* `,`, `<`, and `>` are not legal identifier characters. They were previously * `,`, `<`, and `>` are now legal identifier characters. They were previously
reserved for KQL but this is no longer necessary. reserved for KQL but this is no longer necessary.
### KQL ### KQL