Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gares authored Mar 25, 2021
1 parent e62635b commit 89c4150
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 @@ -873,7 +873,7 @@ let coq_builtins =
In(B.string,"Category",
In(B.string,"Name",
VariadicIn(unit_ctx, !> B.any, {|
Prints a warning message with a Name an Category which can be used
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
line option|}))),
(fun category name args ~depth _hyps _constraints state ->
Expand Down

0 comments on commit 89c4150

Please sign in to comment.