1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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
This commit is contained in:
Florian Pelz
2025-11-30 15:35:35 +01:00
parent bca183e092
commit fd11c1d5d9

View File

@@ -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