mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: julia-fillarrays: Fix grammar.
* gnu/packages/julia-xyz.scm (julia-fillarrays)[description]: Remove gratuitous use of "allows to".
This commit is contained in:
parent
140a8841ef
commit
239f0259d2
1 changed files with 1 additions and 1 deletions
|
@ -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}.")
|
||||
|
|
Loading…
Reference in a new issue