fix docs typo

svn: r17539
This commit is contained in:
Sam Tobin-Hochstadt 2010-01-07 19:10:27 +00:00
parent 52eee4547b
commit 7c9d1b47cf

View File

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