me
/
guix
Archived
1
0
Fork 0

guix: Fix typo.

* guix/inferior.scm (inferior-available-packages): Remove extra word in
docstring.
master
Ricardo Wurmus 2021-01-22 21:31:51 +01:00
parent b9650f7faa
commit 09ab0d42b0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 2 deletions

View File

@ -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