mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: java-asm: Fix grammar of "allow to easily assemble" to "allow easily
assembling". * gnu/packages/java (java-asm): Fix grammar.
This commit is contained in:
parent
a84be333dd
commit
a4cb4d17c8
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue