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 <marek@xivilization.net>
This commit is contained in:
Marek Kubica 2018-07-27 12:55:11 +02:00 committed by Jérémie Dimino
parent 5e7841abf2
commit f58bca1d06
1 changed files with 1 additions and 1 deletions

View File

@ -503,7 +503,7 @@ To use a different rule mode, use the long form:
.. code:: scheme
(ocamllex
(modules (<names>))
(modules <names>)
(mode <mode>))
ocamlyacc