gnu: java-jsonp-api: Fix grammar of "allows to build" to "allows building".
authorVagrant Cascadian <vagrant@debian.org>
Sun, 12 Apr 2020 22:32:34 +0000 (15:32 -0700)
committerVagrant Cascadian <vagrant@debian.org>
Sun, 12 Apr 2020 22:37:34 +0000 (15:37 -0700)
* gnu/packages/java (java-jsonp-api): Fix grammar.

gnu/packages/java.scm

index 71baf23..667d87b 100644 (file)
@@ -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