Skip to content

Commit

Permalink
Merge pull request #260 from CraigFe/fix-typo
Browse files Browse the repository at this point in the history
Fix typo in documentation
  • Loading branch information
craigfe authored Jul 14, 2020
2 parents d16d77a + 5afb194 commit 7455a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/alcotest-engine/cli.mli
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ module type S = sig
with_options
(** [run_with_args n a t] Similar to [run a t] but take an extra argument [a].
Every test function will receive as argument the evaluation of the
[Cdmliner] term [a]: this is useful to configure the test behaviors using
[Cmdliner] term [a]: this is useful to configure the test behaviors using
the CLI. *)
end

Expand Down

0 comments on commit 7455a14

Please # to comment.