guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/05: gnu: sbcl-unix-opts: Fix grammar of "allows to precisely control"


From: guix-commits
Subject: 05/05: gnu: sbcl-unix-opts: Fix grammar of "allows to precisely control" to "precisely controls".
Date: Sun, 12 Apr 2020 16:35:29 -0400 (EDT)

vagrantc pushed a commit to branch master
in repository guix.

commit 102fc7bc194c35562f189d899cb6ca1b067a4567
Author: Vagrant Cascadian <address@hidden>
AuthorDate: Sun Apr 12 13:33:27 2020 -0700

    gnu: sbcl-unix-opts: Fix grammar of "allows to precisely control" to
    "precisely controls".
    
    * gnu/packages/lisp-xyz (sbcl-unix-opts): Fix grammar.
---
 gnu/packages/lisp-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 7edaf6b..024daa4 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -2785,8 +2785,8 @@ advantage of the library is the ability to concisely 
define command line
 options once and then use this definition for parsing and extraction of
 command line arguments, as well as printing description of command line
 options (you get --help for free).  This way you don't need to repeat
-yourself.  Also, @command{unix-opts} doesn't depend on anything and allows to
-precisely control behavior of the parser via Common Lisp restarts.")
+yourself.  Also, @command{unix-opts} doesn't depend on anything and
+precisely controls the behavior of the parser via Common Lisp restarts.")
     (license license:expat)))
 
 (define-public cl-unix-opts



reply via email to

[Prev in Thread] Current Thread [Next in Thread]