Fix typo in docs

db4
Slava Pestov 2008-07-27 02:32:20 -05:00
parent e5b9c8287e
commit ed4a212621
1 changed files with 1 additions and 1 deletions

View 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" } }