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