From 857fc8449fc18943f5fec3f2df14b207b410b13c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20Gro=C3=9Fe?= Date: Wed, 31 Jul 2024 09:40:12 +0200 Subject: [PATCH] docs: fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Max Große --- src/dune_rules/command.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dune_rules/command.mli b/src/dune_rules/command.mli index 529b48bd7419..f129e051b264 100644 --- a/src/dune_rules/command.mli +++ b/src/dune_rules/command.mli @@ -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. *)