]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/lists/lists-docs.factor
lists: first pass at some cleanup.
[factor.git] / basis / lists / lists-docs.factor
index f0cdf4c2e7ddce67de050b18b19e0f8cbc889378..28cd82c639541721b8467493dd2ce737bbdd6ea0 100644 (file)
@@ -159,7 +159,7 @@ HELP: cadr
 
 HELP: lappend
 { $values { "list1" list } { "list2" list } { "newlist" list } }
-{ $description "Appends the two lists to form a new list. The first list must be finite. The result is a strict cons cell, and the first list is exausted." } ;
+{ $description "Appends the two lists to form a new list. The first list must be finite. The result is a strict cons cell, and the first list is exhausted." } ;
 
 HELP: lcut
 { $values { "list" list } { "index" integer } { "before" cons } { "after" cons } }