From ed5f2c5b4046c30a7c291fe71fd40c00483d0e85 Mon Sep 17 00:00:00 2001 From: Marek Kubica Date: Fri, 27 Jul 2018 13:06:00 +0200 Subject: [PATCH] ocamlyacc does not require parens either Signed-off-by: Marek Kubica --- doc/dune-files.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/dune-files.rst b/doc/dune-files.rst index b77d7886..c74dadc9 100644 --- a/doc/dune-files.rst +++ b/doc/dune-files.rst @@ -509,7 +509,7 @@ To use a different rule mode, use the long form: ocamlyacc --------- -``(ocamlyacc ())`` is essentially a shorthand for: +``(ocamlyacc )`` is essentially a shorthand for: .. code:: scheme @@ -524,7 +524,7 @@ To use a different rule mode, use the long form: .. code:: scheme (ocamlyacc - (modules ()) + (modules ) (mode )) menhir