packages: Fix typo in package-superseded doc.
* guix/packages.scm (package-superseded): Fix typo.
This commit is contained in:
parent
20432b839b
commit
51b6715960
@ -662,7 +662,7 @@ interfaces."
|
||||
(assoc-ref (package-properties p) 'hidden?))
|
||||
|
||||
(define (package-superseded p)
|
||||
"Return the package the supersedes P, or #f if P is still current."
|
||||
"Return the package that supersedes P, or #f if P is still current."
|
||||
(assoc-ref (package-properties p) 'superseded))
|
||||
|
||||
(define (deprecated-package old-name p)
|
||||
|
Loading…
Reference in New Issue
Block a user