Fix typo in readtables documentation

This commit is contained in:
Manav Rathi 2014-03-11 06:22:33 +05:30 committed by Sam Tobin-Hochstadt
parent 78987ef608
commit 2e68250660

View File

@ -271,7 +271,7 @@ character and the @racket[#f] readtable.}
;; (except those in sub-expressions)
(letrec ([misplaced-delimiter
(case-lambda
[(ch port) (unexpected-delimiter ch port #f #f #f #f)]
[(ch port) (misplaced-delimiter ch port #f #f #f #f)]
[(ch port src line col pos)
(raise-read-error
(format "misplaced `~a' in tuple" ch)