guix-commits
[Top][All Lists]
Advanced

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

01/06: guix: Fix typo.


From: guix-commits
Subject: 01/06: guix: Fix typo.
Date: Thu, 28 Jan 2021 09:09:23 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 09ab0d42b00d38abb57dd8218062e797d5117080
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jan 22 21:31:51 2021 +0100

    guix: Fix typo.
    
    * guix/inferior.scm (inferior-available-packages): Remove extra word in
    docstring.
---
 guix/inferior.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/guix/inferior.scm b/guix/inferior.scm
index b8c7f5a..65d7888 100644
--- a/guix/inferior.scm
+++ b/guix/inferior.scm
@@ -311,8 +311,7 @@ Raise '&inferior-exception' when an exception is read from 
PORT."
   "Return the list of name/version pairs corresponding to the set of packages
 available in INFERIOR.
 
-This is faster and requires less resource-intensive than calling
-'inferior-packages'."
+This is faster and less resource-intensive than calling 'inferior-packages'."
   (if (inferior-eval '(defined? 'fold-available-packages)
                      inferior)
       (inferior-eval '(fold-available-packages



reply via email to

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