mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: ocaml-qcheck: Fix grammar of "allows to check" to "checks".
* gnu/packages/ocaml (ocaml-qcheck): Fix grammar.
This commit is contained in:
parent
48b0d9c071
commit
bf05272459
1 changed files with 1 additions and 1 deletions
|
|
@ -1179,7 +1179,7 @@ GNU CC attributes. It provides also a C pretty printer as an example of use.")
|
|||
(home-page "https://github.com/c-cube/qcheck")
|
||||
(synopsis "QuickCheck inspired property-based testing for OCaml")
|
||||
(description "QuickCheck inspired property-based testing for OCaml. This
|
||||
module allows to check invariants (properties of some types) over randomly
|
||||
module checks invariants (properties of some types) over randomly
|
||||
generated instances of the type. It provides combinators for generating
|
||||
instances and printing them.")
|
||||
(license license:lgpl3+)))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue