diff --git a/docs/batch.md b/docs/batch.md index 5908f2a..6e7b0de 100644 --- a/docs/batch.md +++ b/docs/batch.md @@ -83,6 +83,6 @@ The complete grammar of a batch file is defined by: ::= '"include": [' ']' ::= '"batches": [' ']' ::= | ',' - ::= | ',' >batch> + ::= | ',' ``` ---