Add some missing parens to the manual

Signed-off-by: Rudi Grinberg <rudi.grinberg@gmail.com>
This commit is contained in:
Rudi Grinberg 2018-07-10 01:19:19 +07:00
parent 61c189a6d4
commit 5e55f3d6c5
1 changed files with 3 additions and 3 deletions

View File

@ -457,9 +457,9 @@ For instance:
.. code:: scheme .. code:: scheme
(rule (rule
(targets b (targets b)
(deps a (deps a)
(action (copy %{deps} %{targets}))))) (action (copy %{deps} %{targets})))
In this example it is obvious by inspecting the action what the 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 dependencies and targets are. When this is the case you can use the