gnu: emacs-svg-icon: Fix grammar.

* gnu/packages/emacs-xyz.scm (emacs-svg-icon)[description]: Remove
  gratuitous use of "allows to".
This commit is contained in:
Vagrant Cascadian 2021-04-21 08:14:36 -07:00
parent eb34afe1be
commit e0f983c0d5
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -17074,7 +17074,7 @@ (define-public emacs-svg-icon
(build-system emacs-build-system)
(home-page "https://github.com/rougier/emacs-svg-icon")
(synopsis "Emacs library to create SVG icons on the fly")
(description "This library allows to create SVG icons by parsing remote
(description "This library allows creating SVG icons by parsing remote
collections whose license are compatibles with Emacs. The default size of an
icon is exactly 2x1 characters such that it can be inserted inside a text
without disturbing alignment.")