guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 02/05: gnu: ocaml-qcheck: Fix grammar of "allows to check" to "checks".
Date: Sun, 12 Apr 2020 16:35:28 -0400 (EDT)

vagrantc pushed a commit to branch master
in repository guix.

commit bf052724599a9da7fa66a380fc6c2c00369b0c99
Author: Vagrant Cascadian <address@hidden>
AuthorDate: Sun Apr 12 13:24:39 2020 -0700

    gnu: ocaml-qcheck: Fix grammar of "allows to check" to "checks".
    
    * gnu/packages/ocaml (ocaml-qcheck): Fix grammar.
---
 gnu/packages/ocaml.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 84efe2c..8e48e3d 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -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+)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]