packages: Fix typo in package-superseded doc.

* guix/packages.scm (package-superseded): Fix typo.
This commit is contained in:
Maxim Cournoyer 2022-04-28 23:58:36 -04:00
parent 20432b839b
commit 51b6715960
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -662,7 +662,7 @@ (define (hidden-package? p)
(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)