diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 16:16:20 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 16:25:53 -0700 |
commit | 2bf52398a76fc29a214ce7c3ea30cb39c9fbe1f4 (patch) | |
tree | 412a97379d24a4938d381e61094b840963e99cc2 /gnu | |
parent | da9deba13d551e316f5a99a614834efa27ddc7d1 (diff) | |
download | guix-2bf52398a76fc29a214ce7c3ea30cb39c9fbe1f4.tar.gz |
gnu: ocaml-mtime: Fix grammar "allows to measure" to "measures".
* gnu/packages/ocaml (ocaml-mtime): Fix grammar.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/ocaml.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 8e48e3d8b6..f1cacfc9e7 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))) |