diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 15:32:34 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 15:37:34 -0700 |
commit | 44a057a14394ab2e93ae96dd3b0bab5f3524ec6a (patch) | |
tree | d7f5fe41cb222b67efd3d142386d231f743430a8 | |
parent | 4aad3cfcea0e3e667d59bca45bcf8c5efe6c4e0c (diff) | |
download | patches-44a057a14394ab2e93ae96dd3b0bab5f3524ec6a.tar patches-44a057a14394ab2e93ae96dd3b0bab5f3524ec6a.tar.gz |
gnu: java-jsonp-api: Fix grammar of "allows to build" to "allows building".
* gnu/packages/java (java-jsonp-api): Fix grammar.
-rw-r--r-- | gnu/packages/java.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm index 71baf23f73..667d87baa8 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 |