Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gares authored Mar 25, 2021
1 parent 89c4150 commit ad2dd31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coq_elpi_builtins.ml
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,7 @@ let coq_builtins =
In(B.string,"Name",
VariadicIn(unit_ctx, !> B.any, {|
Prints a warning message with a Name and Category which can be used
to silence this warning or turn it into an error. See coqc -w connad
to silence this warning or turn it into an error. See coqc -w commad
line option|}))),
(fun category name args ~depth _hyps _constraints state ->
let warning = CWarnings.create ~name ~category Pp.str in
Expand Down

0 comments on commit ad2dd31

Please sign in to comment.