gnu: ocaml-qcheck: Fix grammar of "allows to check" to "checks".
* gnu/packages/ocaml (ocaml-qcheck): Fix grammar.master
parent
48b0d9c071
commit
bf05272459
|
@ -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")
|
(home-page "https://github.com/c-cube/qcheck")
|
||||||
(synopsis "QuickCheck inspired property-based testing for OCaml")
|
(synopsis "QuickCheck inspired property-based testing for OCaml")
|
||||||
(description "QuickCheck inspired property-based testing for OCaml. This
|
(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
|
generated instances of the type. It provides combinators for generating
|
||||||
instances and printing them.")
|
instances and printing them.")
|
||||||
(license license:lgpl3+)))
|
(license license:lgpl3+)))
|
||||||
|
|
Reference in New Issue