guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: java-hdrhistogram: Fix grammar of "allows to create" to "cre


From: guix-commits
Subject: 02/04: gnu: java-hdrhistogram: Fix grammar of "allows to create" to "creates".
Date: Sun, 12 Apr 2020 18:38:01 -0400 (EDT)

vagrantc pushed a commit to branch master
in repository guix.

commit 61fa3c67325612ed5da64df0d2b71fd8d74f4f44
Author: Vagrant Cascadian <address@hidden>
AuthorDate: Sun Apr 12 15:31:02 2020 -0700

    gnu: java-hdrhistogram: Fix grammar of "allows to create" to "creates".
    
    * gnu/packages/java (java-hdrhistogram): Fix grammar.
---
 gnu/packages/java.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 667d87b..1d9f6ff 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -8815,7 +8815,7 @@ make data-binding work.")
        ("hamcrest" ,java-hamcrest-core)))
     (home-page "https://hdrhistogram.github.io/HdrHistogram";)
     (synopsis "High dynamic range histogram")
-    (description "Hdrhistogram allows to create histograms that support
+    (description "Hdrhistogram creates histograms that support
 recording and analyzing sampled data value counts across a configurable integer
 value range with configurable value precision within the range.  Value 
precision
 is expressed as the number of significant digits in the value recording, and



reply via email to

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