From 60738bdc59ca8b566845bd539e3bdc1beb627c5d Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Sun, 12 Apr 2020 13:53:09 -0700 Subject: gnu: java-microemulator-cldc: Fix grammar of "allows to demonstrate" to "demonstrates". * gnu/packages/java (java-microemulator-cldc): Fix grammar. --- gnu/packages/java.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/java.scm') diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm index 4d305aac495..2d21e30693e 100644 --- a/gnu/packages/java.scm +++ b/gnu/packages/java.scm @@ -7420,7 +7420,7 @@ import org.antlr.grammar.v2.ANTLRTreePrinter;")) (home-page "https://github.com/barteo/microemu") (synopsis "J2ME CLDC emulator") (description "Microemulator is a Java 2 Micro Edition (J2ME) CLDC/MIDP -Emulator. It allows to demonstrate MIDlet based applications in web browser +Emulator. It demonstrates MIDlet based applications in web browser applet and can be run as a standalone java application.") (license (list license:asl2.0 ;; or altenatively: -- cgit v1.3 From a4cb4d17c8551f883b76dc51459eb99423304f62 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Sun, 12 Apr 2020 13:57:27 -0700 Subject: gnu: java-asm: Fix grammar of "allow to easily assemble" to "allow easily assembling". * gnu/packages/java (java-asm): Fix grammar. --- gnu/packages/java.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/java.scm') diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm index 2d21e30693e..71baf23f73d 100644 --- a/gnu/packages/java.scm +++ b/gnu/packages/java.scm @@ -4416,7 +4416,7 @@ on the XPP3 API (XML Pull Parser)."))) (description "ASM is an all purpose Java bytecode manipulation and analysis framework. It can be used to modify existing classes or dynamically generate classes, directly in binary form. The provided common -transformations and analysis algorithms allow to easily assemble custom +transformations and analysis algorithms allow easily assembling custom complex transformations and code analysis tools.") (license license:bsd-3))) -- cgit v1.3 From 44a057a14394ab2e93ae96dd3b0bab5f3524ec6a Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Sun, 12 Apr 2020 15:32:34 -0700 Subject: gnu: java-jsonp-api: Fix grammar of "allows to build" to "allows building". * gnu/packages/java (java-jsonp-api): Fix grammar. --- gnu/packages/java.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/java.scm') diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm index 71baf23f73d..667d87baa84 100644 --- a/gnu/packages/java.scm +++ b/gnu/packages/java.scm @@ -11644,7 +11644,7 @@ the application using Java to Lisp integration APIs.") (description "JSON Processing (JSON-P) is a Java API to process (e.g. parse, generate, transform and query) JSON messages. It produces and consumes JSON text in a streaming fashion (similar to StAX API for XML) -and allows to build a Java object model for JSON text using API classes +and allows building a Java object model for JSON text using API classes (similar to DOM API for XML).") ;; either gpl2 only with classpath exception, or epl2.0. (license (list license:gpl2 -- cgit v1.3 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(-) (limited to 'gnu/packages/java.scm') 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.") ("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 v1.3