vagrantc pushed a commit to branch master
in repository guix.
commit 969b80ef604a78c8592e3b94767c8bb736d4bcca
Author: Vagrant Cascadian <[email protected]>
AuthorDate: Wed Apr 21 08:17:41 2021 -0700
gnu: julia-inifile: Fix grammar.
* gnu/packages/julia-xyz.scm (julia-inifile)[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 3358086..9812162 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -699,7 +699,7 @@ implementing both a client and a server.")
(home-page "https://github.com/JuliaIO/IniFile.jl")
(synopsis "Reading Windows-style INI files")
(description "This is a Julia package that defines an IniFile type that
-allows to interface with @file{.ini} files.")
+interfaces with @file{.ini} files.")
(license license:expat)))
(define-public julia-irtools