From d3bf46bfdd285afab3692cab49090f4a27bf00ac Mon Sep 17 00:00:00 2001 From: Daniel Bailey Date: Fri, 5 Jan 2018 19:23:11 +0000 Subject: [PATCH] docs - add missing comment syntax information --- docs/lbnf.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/lbnf.rst b/docs/lbnf.rst index 3ac152a1..6dd22087 100644 --- a/docs/lbnf.rst +++ b/docs/lbnf.rst @@ -963,8 +963,8 @@ The symbols used in BNF are the following:: Comments -------- -| Single-line comments begin with . -| Multiple-line comments are enclosed with and . +| Single-line comments begin with `--`. +| Multiple-line comments are enclosed with `{-` and `-}`. The syntactic structure of BNF ==============================