Skip to content

Commit 2fa1641

Browse files
committed
Try again
1 parent f9c79f3 commit 2fa1641

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

www/midterms/2.scrbl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ equivalent to each of the following:
4343

4444
@item{@verbatim{`(,(add1 1) . 2)}}
4545

46-
@item{@verbatim|{`(,@'(1 2) ,@'(x) ,3)}|}
46+
@item{@verbatim{`(,@'(1 2) ,@'(x) ,3)}}
4747
]
4848

4949
For example, @racket['(1 2 3)] is equivalent to @racket[(cons 1 (cons 2 (cons 3 '())))].

0 commit comments

Comments
 (0)