Fix documentation of Sequenceof type.

Closes PR 12831.

original commit: 49b030ac8dac84a02a8f273339eedc2ceb022e01
This commit is contained in:
Sam Tobin-Hochstadt 2012-07-14 21:26:06 -04:00
parent b5b7c3f7ed
commit f5de041d2c

View File

@ -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].}