gnu: julia-fillarrays: Fix grammar.

* gnu/packages/julia-xyz.scm (julia-fillarrays)[description]: Remove
  gratuitous use of "allows to".
This commit is contained in:
Vagrant Cascadian 2021-04-21 08:08:05 -07:00
parent 140a8841ef
commit 239f0259d2
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -525,7 +525,7 @@ (define-public julia-fillarrays
`(("julia-staticarrays" ,julia-staticarrays)))
(home-page "https://github.com/JuliaArrays/FillArrays.jl")
(synopsis "Lazy matrix representation")
(description "This package allows to lazily represent matrices filled with
(description "This package lazily represents matrices filled with
a single entry, as well as identity matrices. This package exports the
following types: @code{Eye}, @code{Fill}, @code{Ones}, @code{Zeros},
@code{Trues} and @code{Falses}.")