From 5e55f3d6c5d604ff5cec2902d1dd6af341393388 Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Tue, 10 Jul 2018 01:19:19 +0700 Subject: [PATCH] Add some missing parens to the manual Signed-off-by: Rudi Grinberg --- doc/dune-files.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/dune-files.rst b/doc/dune-files.rst index d3eaa935..b832f6cf 100644 --- a/doc/dune-files.rst +++ b/doc/dune-files.rst @@ -457,9 +457,9 @@ For instance: .. code:: scheme (rule - (targets b - (deps a - (action (copy %{deps} %{targets}))))) + (targets b) + (deps a) + (action (copy %{deps} %{targets}))) In this example it is obvious by inspecting the action what the dependencies and targets are. When this is the case you can use the