diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2021-04-21 08:17:41 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2021-04-21 08:34:46 -0700 |
commit | 969b80ef604a78c8592e3b94767c8bb736d4bcca (patch) | |
tree | 3cffe5505ec78947a43bb885499985ea24c168f3 /gnu | |
parent | 790b2f880e584b2b35fe4f5b95b90240c8fc1e6b (diff) | |
download | guix-969b80ef604a78c8592e3b94767c8bb736d4bcca.tar guix-969b80ef604a78c8592e3b94767c8bb736d4bcca.tar.gz |
gnu: julia-inifile: Fix grammar.
* gnu/packages/julia-xyz.scm (julia-inifile)[description]: Remove
gratuitous use of "allows to".
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/julia-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm index 3358086b5f..9812162ce1 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 |