~ruther/guix-local

fd11c1d5d97af5c421ba5401e9d87bcd818a0ad8 — Florian Pelz 2 months ago bca183e
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
1 files changed, 1 insertions(+), 1 deletions(-)

M doc/guix-cookbook.texi
M doc/guix-cookbook.texi => doc/guix-cookbook.texi +1 -1
@@ 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