From 65a69417cc4d1bc1d5c8cfef2b3ab6bb830852d4 Mon Sep 17 00:00:00 2001 From: Ben Greenman Date: Thu, 6 Oct 2016 18:46:46 -0400 Subject: [PATCH] doc: clarify elements vs values in sequence/c --- pkgs/racket-doc/scribblings/reference/sequences.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/scribblings/reference/sequences.scrbl b/pkgs/racket-doc/scribblings/reference/sequences.scrbl index ee9a978b23..13d889bdf7 100644 --- a/pkgs/racket-doc/scribblings/reference/sequences.scrbl +++ b/pkgs/racket-doc/scribblings/reference/sequences.scrbl @@ -854,7 +854,7 @@ each element in the sequence. contract?]{ Wraps a @tech{sequence}, -obligating it to produce as many values as there are @racket[elem/c] contracts, +obligating it to produce elements with as many values as there are @racket[elem/c] contracts, and obligating each value to satisfy the corresponding @racket[elem/c]. The result is not guaranteed to be the same kind of sequence as the original value; for instance, a wrapped list is not guaranteed to satisfy @racket[list?].