guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: gnu: java-jsonp-api: Fix grammar of "allows to build" to "allows


From: guix-commits
Subject: 01/04: gnu: java-jsonp-api: Fix grammar of "allows to build" to "allows building".
Date: Sun, 12 Apr 2020 18:38:01 -0400 (EDT)

vagrantc pushed a commit to branch master
in repository guix.

commit 44a057a14394ab2e93ae96dd3b0bab5f3524ec6a
Author: Vagrant Cascadian <address@hidden>
AuthorDate: Sun Apr 12 15:32:34 2020 -0700

    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(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 71baf23..667d87b 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]