]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/lists/lists-docs.factor
fix a bunch of typos in docs
[factor.git] / basis / lists / lists-docs.factor
index f70b6ff4a1b8d391182170a34fd12f6623fe3efd..7fba57a4bbfb3421dfa998663449df73d29f1600 100644 (file)
@@ -122,7 +122,7 @@ HELP: uncons
 { $description "Put the head and tail of the list on the stack." } ;
 
 HELP: unswons
-{ $values { "cons" list } { "car" "the head of the list" } { "cdr" "the tail of the list" } }
+{ $values { "cons" list } { "cdr" "the tail of the list" } { "car" "the head of the list" } }
 { $description "Put the head and tail of the list on the stack." } ;
 
 { leach foldl lmap>array } related-words