We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9c79f3 commit 2fa1641Copy full SHA for 2fa1641
1 file changed
www/midterms/2.scrbl
@@ -43,7 +43,7 @@ equivalent to each of the following:
43
44
@item{@verbatim{`(,(add1 1) . 2)}}
45
46
-@item{@verbatim|{`(,@'(1 2) ,@'(x) ,3)}|}
+@item{@verbatim{`(,@'(1 2) ,@'(x) ,3)}}
47
]
48
49
For example, @racket['(1 2 3)] is equivalent to @racket[(cons 1 (cons 2 (cons 3 '())))].
0 commit comments