Skip to content

Commit 9b4bc60

Browse files
width fixes in appendix
1 parent e50b07e commit 9b4bc60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scribblings/tutorial/multipass-tutorial.scrbl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,8 @@ Finally, we must implement compilation of A-normal form expressions to Racket, w
442442
@repl[
443443
(eval-expr 1)
444444
(eval-expr (let ([x 1]) (let ([y 2]) x)))
445-
(eval-expr (let ([unused (rkt (displayln "can anyone hear me?"))]) 42))
445+
(eval-expr (let ([unused (rkt (displayln "can anyone hear me?"))])
446+
42))
446447
]
447448

448449
To summarize the key points:

0 commit comments

Comments
 (0)