From 7becbfe128524b173fb0607f74821415cb53dbf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=20Kr=C3=BCger?= Date: Wed, 25 Nov 2020 22:15:25 +0100 Subject: [PATCH] typo in docs/batch.md grammar --- docs/batch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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> + ::= | ',' ``` ---