gnu: java-hdrhistogram: Fix grammar of "allows to create" to "creates".

* gnu/packages/java (java-hdrhistogram): Fix grammar.
This commit is contained in:
Vagrant Cascadian 2020-04-12 15:31:02 -07:00
parent 44a057a143
commit 61fa3c6732
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -8815,7 +8815,7 @@ (define-public java-hdrhistogram
("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