guix_mirror_bot pushed a commit to branch master
in repository guix.

commit fd11c1d5d97af5c421ba5401e9d87bcd818a0ad8
Author: Florian Pelz <[email protected]>
AuthorDate: Sun Nov 30 15:35:35 2025 +0100

    doc: cookbook: Fix typo.
    
    * doc/guix-cookbook.texi (A Scheme Crash Course): Change
    supposed printout of code example to what is actually printed.
    
    Change-Id: I4d2d2f1f1c3be0a8251f2fc91bc5657bc63891c8
---
 doc/guix-cookbook.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi
index eb0f3ee543..5b98de83eb 100644
--- a/doc/guix-cookbook.texi
+++ b/doc/guix-cookbook.texi
@@ -292,7 +292,7 @@ Examples of valid expressions:
 @result{} 17
 
 (display (string-append "Hello " "Guix" "\n"))
-@print{} Hello Guix!
+@print{} Hello Guix
 @result{} #<unspecified>
 @end lisp
 

Reply via email to