Fix format

This commit is contained in:
Leandro Facchinetti 2016-04-07 07:09:45 -04:00
parent 27fc80861a
commit bf2b61dcb1

View File

@ -213,7 +213,7 @@ which is @tt{#'}:
(quoted-foo) (quoted-foo)
] ]
We'll use the #' shorthand from now on. We'll use the @tt{#'} shorthand from now on.
Of course, we can emit syntax that is more interesting than a Of course, we can emit syntax that is more interesting than a
string literal. How about returning @racket[(displayln "hi")]? string literal. How about returning @racket[(displayln "hi")]?