summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2020-04-12 15:31:02 -0700
committerVagrant Cascadian <vagrant@debian.org>2020-04-12 15:37:37 -0700
commit61fa3c67325612ed5da64df0d2b71fd8d74f4f44 (patch)
treefd3a74b556a07a46f34f9e2be4b2a94ff2109740
parent44a057a14394ab2e93ae96dd3b0bab5f3524ec6a (diff)
gnu: java-hdrhistogram: Fix grammar of "allows to create" to "creates".
* gnu/packages/java (java-hdrhistogram): Fix grammar.
-rw-r--r--gnu/packages/java.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 667d87baa84..1d9f6ff92bf 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -8815,7 +8815,7 @@ make data-binding work.")
8815 ("hamcrest" ,java-hamcrest-core))) 8815 ("hamcrest" ,java-hamcrest-core)))
8816 (home-page "https://hdrhistogram.github.io/HdrHistogram") 8816 (home-page "https://hdrhistogram.github.io/HdrHistogram")
8817 (synopsis "High dynamic range histogram") 8817 (synopsis "High dynamic range histogram")
8818 (description "Hdrhistogram allows to create histograms that support 8818 (description "Hdrhistogram creates histograms that support
8819recording and analyzing sampled data value counts across a configurable integer 8819recording and analyzing sampled data value counts across a configurable integer
8820value range with configurable value precision within the range. Value precision 8820value range with configurable value precision within the range. Value precision
8821is expressed as the number of significant digits in the value recording, and 8821is expressed as the number of significant digits in the value recording, and