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