gnu: java-asm: Fix grammar of "allow to easily assemble" to "allow easily
authorVagrant Cascadian <vagrant@debian.org>
Sun, 12 Apr 2020 20:57:27 +0000 (13:57 -0700)
committerVagrant Cascadian <vagrant@debian.org>
Sun, 12 Apr 2020 21:08:48 +0000 (14:08 -0700)
assembling".

* gnu/packages/java (java-asm): Fix grammar.

gnu/packages/java.scm

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