From cfcc3dc85232229be9a8201b21f95be6c7319ac2 Mon Sep 17 00:00:00 2001 From: Max New Date: Mon, 14 Oct 2013 00:59:57 -0500 Subject: [PATCH] Fix typo in for documentation --- pkgs/racket-pkgs/racket-doc/scribblings/reference/for.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-pkgs/racket-doc/scribblings/reference/for.scrbl b/pkgs/racket-pkgs/racket-doc/scribblings/reference/for.scrbl index a19e1aa681..a84b3bb2e1 100644 --- a/pkgs/racket-pkgs/racket-doc/scribblings/reference/for.scrbl +++ b/pkgs/racket-pkgs/racket-doc/scribblings/reference/for.scrbl @@ -308,7 +308,7 @@ for each @racket[accum-id], and the corresponding current accumulator value is placed into the location. The last expression in @racket[body] must produce as many values as @racket[accum-id]s, and those values become the current accumulator values. When iteration -terminates, the results of the @racket[fold/for] expression are the +terminates, the results of the @racket[for/fold] expression are the accumulator values. @examples[