guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: ocaml-mtime: Fix grammar "allows to measure" to "measures".


From: guix-commits
Subject: 01/07: gnu: ocaml-mtime: Fix grammar "allows to measure" to "measures".
Date: Sun, 12 Apr 2020 19:26:23 -0400 (EDT)

vagrantc pushed a commit to branch master
in repository guix.

commit 2bf52398a76fc29a214ce7c3ea30cb39c9fbe1f4
Author: Vagrant Cascadian <address@hidden>
AuthorDate: Sun Apr 12 16:16:20 2020 -0700

    gnu: ocaml-mtime: Fix grammar "allows to measure" to "measures".
    
    * gnu/packages/ocaml (ocaml-mtime): 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 8e48e3d..f1cacfc 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1534,7 +1534,7 @@ manipulate such data.")
          (delete 'configure))))
     (home-page "http://erratique.ch/software/mtime";)
     (synopsis "Monotonic wall-clock time for OCaml")
-    (description "Access monotonic wall-clock time.  It allows to measure time
+    (description "Access monotonic wall-clock time.  It measures time
 spans without being subject to operating system calendar time adjustments.")
     (license license:isc)))
 



reply via email to

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