guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: java-asm: Fix grammar of "allow to easily assemble" to "allo


From: guix-commits
Subject: 02/05: gnu: java-asm: Fix grammar of "allow to easily assemble" to "allow easily assembling".
Date: Sun, 12 Apr 2020 17:09:10 -0400 (EDT)

vagrantc pushed a commit to branch master
in repository guix.

commit a4cb4d17c8551f883b76dc51459eb99423304f62
Author: Vagrant Cascadian <address@hidden>
AuthorDate: Sun Apr 12 13:57:27 2020 -0700

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

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



reply via email to

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