From 5e164bed599cf2e528c4b7b351e5a810def60dfc Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Mon, 11 Mar 2013 09:06:34 -0400 Subject: [PATCH] Two doc typos. Closes PR 13590. Closes PR 13591. original commit: a1437e71f733e1866e1998799e4f1337a4043c4d --- .../typed-racket/scribblings/reference/typed-regions.scrbl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/collects/typed-racket/scribblings/reference/typed-regions.scrbl b/collects/typed-racket/scribblings/reference/typed-regions.scrbl index faab1c3e..ea8ea2c9 100644 --- a/collects/typed-racket/scribblings/reference/typed-regions.scrbl +++ b/collects/typed-racket/scribblings/reference/typed-regions.scrbl @@ -11,7 +11,8 @@ @title{Typed Regions} -The @racket[with-type] for allows for localized Typed Racket regions in otherwise untyped code. +The @racket[with-type] form allows for localized Typed Racket regions in +otherwise untyped code. @defform*/subs[[(with-type result-spec fv-clause body ...+) (with-type export-spec fv-clause body ...+)]