From 8b2c4fe6edc2b0d93b71b7a266800c05d42aec48 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Fri, 29 Jun 2007 07:28:19 +0000 Subject: [PATCH] bad space svn: r6765 --- collects/scribblings/reference/data.scrbl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/collects/scribblings/reference/data.scrbl b/collects/scribblings/reference/data.scrbl index 85a37e1bed..598e66198a 100644 --- a/collects/scribblings/reference/data.scrbl +++ b/collects/scribblings/reference/data.scrbl @@ -150,10 +150,10 @@ containing the @scheme[v]s as its elements.} @scheme[#f], in which case @scheme[proc] is not applied to later elements of the @scheme[lst]s; or} - @item {the result is that of @scheme[proc] applied to the last elements - of the @scheme[lsts]s; more specifically, the application of - @scheme[proc] to the last elements in the @scheme[lst]s is in tail - position with respect to the @scheme[andmap] call.} + @item{the result is that of @scheme[proc] applied to the last elements + of the @scheme[lsts]s; more specifically, the application of + @scheme[proc] to the last elements in the @scheme[lst]s is in tail + position with respect to the @scheme[andmap] call.} }