From bcf5766928b549b67c22972b11820bbbf97adf75 Mon Sep 17 00:00:00 2001 From: Chris Armstrong Date: Wed, 29 Jan 2025 08:37:13 +1100 Subject: [PATCH] Update doc/concepts/promotion.rst Co-authored-by: Etienne Marais Signed-off-by: Chris Armstrong --- doc/concepts/promotion.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/concepts/promotion.rst b/doc/concepts/promotion.rst index 94dd6242bd2..911430c9dce 100644 --- a/doc/concepts/promotion.rst +++ b/doc/concepts/promotion.rst @@ -100,7 +100,7 @@ Automatically Promoting Rule Output Into the Source Tree -------------------------------------------------------- Dune rules support a ``(mode promote)`` directive that will automatically -copy their output into your source tree. This approach suits code +copy their output into your source tree. This approach suits, for example, code documentation generation flows where output needs to be committed to source code control to enable easier browsing, or eliminate dependencies on a code generation step during opam package installation.