Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Max Große <[email protected]>
  • Loading branch information
maxRN committed Jul 31, 2024
1 parent 369c935 commit 857fc84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dune_rules/command.mli
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ open Import
[ocamlc -o src/foo.exe src/foo.ml], one might write:
{[
[ A "-o"; Target (Path.relatie dir "foo.exe"); Dep (Path.relative dir "foo.ml") ]
[ A "-o"; Target (Path.relative dir "foo.exe"); Dep (Path.relative dir "foo.ml") ]
]}
This DSL was inspired from the ocamlbuild API. *)
Expand Down

0 comments on commit 857fc84

Please sign in to comment.