From bac7990c4332787cce333ba7b9281d13859d030e Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Mon, 28 Jan 2019 12:57:19 -0800 Subject: [PATCH] space --- beautiful-racket-demo/basic-demo-2/colorer.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beautiful-racket-demo/basic-demo-2/colorer.rkt b/beautiful-racket-demo/basic-demo-2/colorer.rkt index f2028fc..ae6b600 100644 --- a/beautiful-racket-demo/basic-demo-2/colorer.rkt +++ b/beautiful-racket-demo/basic-demo-2/colorer.rkt @@ -24,7 +24,7 @@ ['REM '(comment #f)] ['ERROR '(error #f)] [else (match val - [(? number?)'(constant #f)] + [(? number?) '(constant #f)] [(? symbol?) '(symbol #f)] ["(" '(parenthesis |(|)] [")" '(parenthesis |)|)]