From f58bca1d069d32dad0a536dca1089ca637965bff Mon Sep 17 00:00:00 2001 From: Marek Kubica Date: Fri, 27 Jul 2018 12:55:11 +0200 Subject: [PATCH] ocamllex does not need the list of modules to be in a list Noticed this issue while finding another issue in #1056. Signed-off-by: Marek Kubica --- doc/dune-files.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dune-files.rst b/doc/dune-files.rst index 21ed5db5..8d7564c2 100644 --- a/doc/dune-files.rst +++ b/doc/dune-files.rst @@ -503,7 +503,7 @@ To use a different rule mode, use the long form: .. code:: scheme (ocamllex - (modules ()) + (modules ) (mode )) ocamlyacc