Update SPEC.md

Co-authored-by: eilvelia <hi@eilvelia.cat>
This commit is contained in:
Evgeny 2024-12-22 02:36:24 +07:00 committed by GitHub
parent a15e1ca2b6
commit e3a740debf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -926,7 +926,7 @@ line-space := node-space | newline | single-line-comment
node-space := ws* escline ws* | ws+
// Version marker
version := '/-' unicode-space*? 'kdl-version' unicode-space*? ('1' | '2') line-space*
version := '/-' unicode-space* 'kdl-version' unicode-space* ('1' | '2')
```
### Grammar language