diff options
| author | Florian Pelz <pelzflorian@pelzflorian.de> | 2025-11-30 15:35:35 +0100 |
|---|---|---|
| committer | Florian Pelz <pelzflorian@pelzflorian.de> | 2025-12-01 01:56:53 +0100 |
| commit | fd11c1d5d97af5c421ba5401e9d87bcd818a0ad8 (patch) | |
| tree | c719cf4bd73afbf04548e0b0ef25b7c1a3691b58 /doc | |
| parent | bca183e092b1d428449a11f03be941d4718dc504 (diff) | |
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
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/guix-cookbook.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi index eb0f3ee5437..5b98de83eb9 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 |
