guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/11: deprecation: Fix docstring typo.


From: guix-commits
Subject: 04/11: deprecation: Fix docstring typo.
Date: Fri, 22 Dec 2023 11:50:43 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 7f2583cf55059ce1deaa8a6d1735655e17dcfb39
Author: Felix Lechner <felix.lechner@lease-up.com>
AuthorDate: Thu Nov 30 08:37:37 2023 -0800

    deprecation: Fix docstring typo.
    
    * guix/deprecation.scm (define-deprecated/public): Fix docstring.
    
    Change-Id: I895b1a86654b2756a9f98e858c622e8e7a6e2c27
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 guix/deprecation.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/deprecation.scm b/guix/deprecation.scm
index 8147a01e24..47e653dfb2 100644
--- a/guix/deprecation.scm
+++ b/guix/deprecation.scm
@@ -103,7 +103,7 @@ This will write a deprecation warning to GUIX-WARNING-PORT."
        #'(define-deprecated variable alias alias)))))
 
 (define-syntax-rule (define-deprecated/public body ...)
-  "Like 'define/deprecated', but export all the newly introduced bindings."
+  "Like 'define-deprecated', but export all the newly introduced bindings."
   (define-deprecated public body ...))
 
 (define-syntax-rule (define-deprecated/alias deprecated replacement)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]