diff options
| author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-28 23:58:36 -0400 | 
|---|---|---|
| committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:52:13 -0400 | 
| commit | 51b671596012e8c68a1a40a59f5d770b3a1e2484 (patch) | |
| tree | 6542ba85fef5e9b107314153ffdaaba4529d4dfa /guix | |
| parent | 20432b839b6bc9e30c156d412597b734a726940d (diff) | |
packages: Fix typo in package-superseded doc.
* guix/packages.scm (package-superseded): Fix typo.
Diffstat (limited to 'guix')
| -rw-r--r-- | guix/packages.scm | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/guix/packages.scm b/guix/packages.scm index 7ee65e9b6b..7425389618 100644 --- a/guix/packages.scm +++ b/guix/packages.scm @@ -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) | 
