math.combinatorics: fix typo in docs

Keita Haga 2011-02-20 03:08:01 +09:00
parent 2c324b14df
commit b1566ef0a6
1 changed files with 3 additions and 3 deletions

View File

@ -46,7 +46,7 @@ HELP: all-permutations
HELP: each-permutation
{ $values { "seq" sequence } { "quot" { $quotation "( seq -- )" } } }
{ $description "Applies the quotation to each permuation of " { $snippet "seq" } " in order." } ;
{ $description "Applies the quotation to each permutation of " { $snippet "seq" } " in order." } ;
HELP: inverse-permutation
{ $values { "seq" sequence } { "permutation" sequence } }