From 61fa3c67325612ed5da64df0d2b71fd8d74f4f44 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Sun, 12 Apr 2020 15:31:02 -0700 Subject: 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 667d87baa8..1d9f6ff92b 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 -- cgit 1.4.1