From 3ebda9ac6684a00fd125aef5b2c744e76961a532 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Tue, 19 Mar 2019 15:14:01 -0700 Subject: [PATCH] typo --- sugar/scribblings/list.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sugar/scribblings/list.scrbl b/sugar/scribblings/list.scrbl index ec727d8..4f0b3e4 100644 --- a/sugar/scribblings/list.scrbl +++ b/sugar/scribblings/list.scrbl @@ -89,7 +89,7 @@ If none of the elements match @racket[_pred], there is no slice to be made, and (slicef-after [lst list?] [pred procedure?] -[force? boolean? #f])) +[force? boolean? #f]) (listof list?)] Divide @racket[_lst] into sublists, each ending with an element matching @racket[_pred]. The last element of the last sublist may not match @racket[_pred]. But if you really & truly want only the sublists ending with an element matching @racket[_pred], set @racket[_force?] to @racket[#true].