From b11c3409a6caadaafe2059d24aefeb1f76ef37ef Mon Sep 17 00:00:00 2001 From: AlexKnauth Date: Fri, 15 Feb 2019 21:28:38 -0500 Subject: [PATCH] fix history annotation in documentation --- pkgs/racket-doc/syntax/scribblings/parse/experimental.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/syntax/scribblings/parse/experimental.scrbl b/pkgs/racket-doc/syntax/scribblings/parse/experimental.scrbl index 135f930c59..b8fcbe5ed3 100644 --- a/pkgs/racket-doc/syntax/scribblings/parse/experimental.scrbl +++ b/pkgs/racket-doc/syntax/scribblings/parse/experimental.scrbl @@ -378,6 +378,6 @@ invalid binding list. (with-syntax ([(x ...) #'(1 2 3)]) (template ((mf x) ...)))] - @history[#:added 6.9]} + @history[#:added "7.2.0.5"]} @(close-eval the-eval)