diff --git a/pkgs/racket-doc/scribblings/reference/read.scrbl b/pkgs/racket-doc/scribblings/reference/read.scrbl index 2b64d6b242..a397aadfce 100644 --- a/pkgs/racket-doc/scribblings/reference/read.scrbl +++ b/pkgs/racket-doc/scribblings/reference/read.scrbl @@ -223,7 +223,7 @@ A @tech{parameter} that controls whether @litchar{[} and @litchar{]} are treated as parentheses, but the resulting list tagged with @racket[#%brackets]. See @secref["parse-pair"] for more information. -@history[#:added "6.2.900.18"]} +@history[#:added "6.3.0.5"]} @defboolparam[read-curly-brace-with-tag on?]{ @@ -232,7 +232,7 @@ A @tech{parameter} that controls whether @litchar["{"] and tagged with @racket[#%braces]. See @secref["parse-pair"] for more information. -@history[#:added "6.2.900.18"]} +@history[#:added "6.3.0.5"]} @defboolparam[read-accept-box on?]{ @@ -279,7 +279,7 @@ A @tech{parameter} that controls parsing input with a dot, in a C structure accessor style. See @secref["parse-cdot"] for more information. -@history[#:added "6.2.900.18"]} +@history[#:added "6.3.0.5"]} @defboolparam[read-accept-quasiquote on?]{