gnu: ocaml-qcheck: Fix grammar of "allows to check" to "checks".

* gnu/packages/ocaml (ocaml-qcheck): Fix grammar.
This commit is contained in:
Vagrant Cascadian 2020-04-12 13:24:39 -07:00
parent 48b0d9c071
commit bf05272459
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -1179,7 +1179,7 @@ (define-public ocaml-qcheck
(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+)))