summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2020-04-12 13:57:27 -0700
committerVagrant Cascadian <vagrant@debian.org>2020-04-12 14:08:48 -0700
commita4cb4d17c8551f883b76dc51459eb99423304f62 (patch)
tree8d7df177d95b1524dbe3f8747fb1343e244d1f3e
parenta84be333dde9f1e8ad4b70e05c534d7e9e1226f5 (diff)
downloadpatches-a4cb4d17c8551f883b76dc51459eb99423304f62.tar
patches-a4cb4d17c8551f883b76dc51459eb99423304f62.tar.gz
gnu: java-asm: Fix grammar of "allow to easily assemble" to "allow easily
assembling". * gnu/packages/java (java-asm): Fix grammar.
-rw-r--r--gnu/packages/java.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 2d21e30693..71baf23f73 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)))