typo in docs/batch.md grammar

This commit is contained in:
Tom Krüger
2020-11-25 22:15:25 +01:00
parent 8979c6447d
commit 7becbfe128

View File

@@ -83,6 +83,6 @@ The complete grammar of a batch file is defined by:
<include list> ::= '"include": [' <paths> ']'
<batch list> ::= '"batches": [' <batches> ']'
<paths> ::= <path> | ',' <paths>
<batches> ::= <batch> | ',' >batch>
<batches> ::= <batch> | ',' <batches>
```
---