replace { with [ to fix exn reference

This commit is contained in:
Spencer Florence 2017-11-02 13:53:08 -05:00
parent 4f2956917b
commit 4f1ef42d07

View File

@ -431,11 +431,11 @@ being parsed, then the @exnraise[exn:fail:read].
If the @racket[read-square-bracket-as-paren] and If the @racket[read-square-bracket-as-paren] and
@racket[read-square-bracket-with-tag] @tech{parameter}s are set to @racket[read-square-bracket-with-tag] @tech{parameter}s are set to
@racket[#f], then when the reader encounters @litchar{[} and @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-as-paren] and
@racket[read-curly-brace-with-tag] @tech{parameter}s are set to @racket[read-curly-brace-with-tag] @tech{parameter}s are set to
@racket[#f], then when the reader encounters @litchar["{"] and @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 If the @racket[read-accept-dot] @tech{parameter} is set to
@racket[#f], then a delimited @litchar{.} triggers an @racket[#f], then a delimited @litchar{.} triggers an