From 976be2b8c9ebd1caf08c4111d8ef4a80027ee748 Mon Sep 17 00:00:00 2001 From: Jon Rafkind Date: Thu, 26 Apr 2012 21:11:56 -0600 Subject: [PATCH] [honu] typo in parenthesis name for the color lexer --- collects/honu/core/read.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/honu/core/read.rkt b/collects/honu/core/read.rkt index 7a9a5e01c9..596fd61779 100644 --- a/collects/honu/core/read.rkt +++ b/collects/honu/core/read.rkt @@ -212,7 +212,7 @@ [(position-token token start end) ;; (printf "Lexed ~a\n" token) (define (encloser kind) - (values token 'parens kind + (values token 'parenthesis kind (position-offset start) (position-offset end) need-backup mode))