typo in docs/batch.md grammar
This commit is contained in:
@@ -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>
|
||||
```
|
||||
---
|
||||
|
Reference in New Issue
Block a user