File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Diffing
12
12
13
13
You can use the ``(diff <file1> <file2>) `` directive in a rule to compare
14
14
the output of the rule with a copy in your source tree. It is useful when
15
- your tests produce a file output, and you want to make sure that output has
15
+ your tests produce a file output and you want to make sure that output has
16
16
not changed.
17
17
18
18
.. TODO(diataxis)
@@ -104,7 +104,7 @@ Automatically Promoting Rule Output Into the Source Tree
104
104
Dune rules support a ``(mode promote) `` directive that will automatically
105
105
copy their output into your source tree. This is more suitable for code or
106
106
documentation generation flows where you want to check in the output to make
107
- it easier to browse, or to remove dependencies on the code generation step for
107
+ it easier to browse or to remove dependencies on the code generation step for
108
108
packaging in opam.
109
109
110
110
More information, including customising when the source is copied, can be found
You can’t perform that action at this time.
0 commit comments