fix docs typo
svn: r17539
This commit is contained in:
parent
52eee4547b
commit
7c9d1b47cf
|
@ -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
|
(length l1) (length l2))] copies of @scheme[v] to the end of
|
||||||
@scheme[l2].
|
@scheme[l2].
|
||||||
|
|
||||||
@examples[#:eval the-eval]
|
@examples[#:eval the-eval
|
||||||
(extend '(1 2 3) '(a) 'b)
|
(extend '(1 2 3) '(a) 'b)
|
||||||
}
|
]}
|
||||||
|
|
||||||
|
|
||||||
@addition{Ryan Culpepper}
|
@addition{Ryan Culpepper}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user