summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2021-04-21 08:08:05 -0700
committerVagrant Cascadian <vagrant@debian.org>2021-04-21 08:33:56 -0700
commit239f0259d253b83c7c44d5f3a6b38f4d3b9b251e (patch)
tree93a619fd9f4450726262b1d999f5317e10e5d6bc /gnu/packages
parent140a8841ef934e0f2be057e73f3363ee0598ca27 (diff)
downloadguix-patches-239f0259d253b83c7c44d5f3a6b38f4d3b9b251e.tar
guix-patches-239f0259d253b83c7c44d5f3a6b38f4d3b9b251e.tar.gz
gnu: julia-fillarrays: Fix grammar.
* gnu/packages/julia-xyz.scm (julia-fillarrays)[description]: Remove gratuitous use of "allows to".
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/julia-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index d79acf0b17..3358086b5f 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -525,7 +525,7 @@ stressing the robustness of differentiation tools.")
`(("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}.")