]> gitweb.factorcode.org Git - factor.git/commitdiff
Fix typo in docs
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Sun, 27 Jul 2008 07:32:20 +0000 (02:32 -0500)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Sun, 27 Jul 2008 07:32:20 +0000 (02:32 -0500)
core/sorting/sorting-docs.factor

index 18bc7f14cf6b7bf258c1ce5878a0b445d9272b3e..036ff2f759b1af151b4d0748bb87f35e8272b53c 100644 (file)
@@ -20,7 +20,7 @@ ABOUT: "sequences-sorting"
 
 HELP: sort
 { $values { "seq" "a sequence" } { "quot" "a quotation with stack effect " { $snippet "( obj1 obj2 -- <=> )" } } { "sortedseq" "a new sorted sequence" } }
-{ $description "Sorts the elements into a new sequence of the same class as " { $snippet "seq" } "." } ;
+{ $description "Sorts the elements into a new array." } ;
 
 HELP: sort-keys
 { $values { "seq" "an alist" } { "sortedseq" "a new sorted sequence" } }