From 56443e76a982ebe5d251c23146b0dfe0a1de350a Mon Sep 17 00:00:00 2001 From: Ben Greenman Date: Thu, 28 Sep 2017 00:48:51 -0400 Subject: [PATCH] doc: remove extra '}' --- 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 a5247d3078..6c186575ec 100644 --- a/pkgs/racket-doc/scribblings/reference/sequences.scrbl +++ b/pkgs/racket-doc/scribblings/reference/sequences.scrbl @@ -666,7 +666,7 @@ each element in the sequence. sequence where the position must be incremented to avoid keeping a value reachable while a loop processes the sequence value, so @racket[_early-next-pos] is applied just after - @racket[_pos->element].} + @racket[_pos->element]. Each of the procedures listed above is called only once per position. Among the last three procedures, as soon as one of the