mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
guix: Fix typo.
* guix/inferior.scm (inferior-available-packages): Remove extra word in docstring.
This commit is contained in:
parent
b9650f7faa
commit
09ab0d42b0
1 changed files with 1 additions and 2 deletions
|
@ -311,8 +311,7 @@ (define (inferior-available-packages inferior)
|
|||
"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
|
||||
|
|
Loading…
Reference in a new issue