www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit bf2b61dcb1b08ad3607b2828cf9d410bbe833842
parent 27fc80861aab7e7ba9eea88e3fb3cb309c9c3a2c
Author: Leandro Facchinetti <me@leafac.com>
Date:   Thu,  7 Apr 2016 07:09:45 -0400

Fix format
Diffstat:
Mindex.rkt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.rkt b/index.rkt @@ -213,7 +213,7 @@ which is @tt{#'}: (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 string literal. How about returning @racket[(displayln "hi")]?