Browse Source

typo in docs/batch.md grammar

master
Tom Krüger 4 years ago
parent
commit
7becbfe128
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/batch.md

+ 1
- 1
docs/batch.md 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>
```
---

Loading…
Cancel
Save