From 4f1ef42d071c060973b69de001ad577261f13a61 Mon Sep 17 00:00:00 2001 From: Spencer Florence Date: Thu, 2 Nov 2017 13:53:08 -0500 Subject: [PATCH] replace { with [ to fix exn reference --- pkgs/racket-doc/scribblings/reference/reader.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/racket-doc/scribblings/reference/reader.scrbl b/pkgs/racket-doc/scribblings/reference/reader.scrbl index d6a9feb638..039f6a4421 100644 --- a/pkgs/racket-doc/scribblings/reference/reader.scrbl +++ b/pkgs/racket-doc/scribblings/reference/reader.scrbl @@ -431,11 +431,11 @@ being parsed, then the @exnraise[exn:fail:read]. If the @racket[read-square-bracket-as-paren] and @racket[read-square-bracket-with-tag] @tech{parameter}s are set to @racket[#f], then when the reader encounters @litchar{[} and -@litchar{]}, the @exnraise{exn:fail:read}. Similarly, if the +@litchar{]}, the @exnraise[exn:fail:read]. Similarly, if the @racket[read-curly-brace-as-paren] and @racket[read-curly-brace-with-tag] @tech{parameter}s are set to @racket[#f], then when the reader encounters @litchar["{"] and -@litchar["}"], the @exnraise{exn:fail:read}. +@litchar["}"], the @exnraise[exn:fail:read]. If the @racket[read-accept-dot] @tech{parameter} is set to @racket[#f], then a delimited @litchar{.} triggers an