Skip to content

Commit

Permalink
chore: fix typos in .mli and test (ocaml#10347)
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Nuno Monteiro <[email protected]>
  • Loading branch information
anmonteiro authored Apr 1, 2024
1 parent 5a2ec99 commit 9e1c42e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/dune_engine/action.mli
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
(** Actions as defined an executed by the build system.
These executions correpsond to primitives that the build system knows how to
These executions correspond to primitives that the build system knows how to
execute. These usually, but not necessarily correspond to actions written by
the user in [Action_dune_lang.t] *)
the user in [Dune_lang.Action.t] *)

open! Import
open Dune_util.Action
Expand Down
3 changes: 2 additions & 1 deletion test/blackbox-tests/test-cases/bigarray.t/run.t
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ This test uses `(libraries (re_export bigarray))` similarly
This test uses a `(select )` construct and should always select bigarray support
$ dune exec c/c.exe
Welcome to c WITH bigarray support
This test uses a `(select )` construct and should always select bigarray supprot (the evaluation of `select` order differ from the previous test)
This test uses a `(select )` construct and should always select bigarray
support (the evaluation of `select` order differs from the previous test)
$ dune exec d/d.exe
Welcome to d WITH bigarray support

0 comments on commit 9e1c42e

Please sign in to comment.