vagrantc pushed a commit to branch master
in repository guix.
commit 239f0259d253b83c7c44d5f3a6b38f4d3b9b251e
Author: Vagrant Cascadian <[email protected]>
AuthorDate: Wed Apr 21 08:08:05 2021 -0700
gnu: julia-fillarrays: Fix grammar.
* gnu/packages/julia-xyz.scm (julia-fillarrays)[description]: Remove
gratuitous use of "allows to".
---
gnu/packages/julia-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index d79acf0..3358086 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}.")