diff --git a/collects/unstable/scribblings/list.scrbl b/collects/unstable/scribblings/list.scrbl index 9e9c880343..de7a524a35 100644 --- a/collects/unstable/scribblings/list.scrbl +++ b/collects/unstable/scribblings/list.scrbl @@ -42,9 +42,9 @@ Extends @scheme[l2] to be as long as @scheme[l1] by adding @scheme[(- (length l1) (length l2))] copies of @scheme[v] to the end of @scheme[l2]. -@examples[#:eval the-eval] +@examples[#:eval the-eval (extend '(1 2 3) '(a) 'b) -} +]} @addition{Ryan Culpepper}