me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/ocaml (ocaml-qcheck): Fix grammar.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -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+)))