From f5de041d2c98f3d914e6c203d27ff170cf8df3ca Mon Sep 17 00:00:00 2001 From: Sam Tobin-Hochstadt Date: Sat, 14 Jul 2012 21:26:06 -0400 Subject: [PATCH] Fix documentation of `Sequenceof` type. Closes PR 12831. original commit: 49b030ac8dac84a02a8f273339eedc2ceb022e01 --- collects/typed-racket/scribblings/reference/types.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/typed-racket/scribblings/reference/types.scrbl b/collects/typed-racket/scribblings/reference/types.scrbl index d67463cc..1638bcf2 100644 --- a/collects/typed-racket/scribblings/reference/types.scrbl +++ b/collects/typed-racket/scribblings/reference/types.scrbl @@ -340,8 +340,8 @@ corresponding to @racket[trest], where @racket[bound] @defform[(Futureof t)]{A @rtech{future} which produce a value of type @racket[t] when touched.} -@defform[(Sequenceof t ...)]{A @rtech{sequence} that produces values of the -types @racket[_t ...] on each iteration.} +@defform[(Sequenceof t)]{A @rtech{sequence} that produces values of +type @racket[_t] on each iteration.} @defform[(Custodian-Boxof t)]{A @rtech{custodian box} of @racket[t].} @defform[(Thread-Cellof t)]{A @rtech{thread cell} of @racket[t].}