fix more docs typos
parent
0d4b9132d7
commit
1b4e3cb7a6
|
@ -63,7 +63,7 @@ HELP: realm
|
|||
{ $class-description "The class of authentication realms. See " { $link "furnace.auth.realms" } " for details." } ;
|
||||
|
||||
HELP: uchange
|
||||
{ $values { "key" symbol } { "quot" { $quotation "( old -- new )" } } }
|
||||
{ $values { "quot" { $quotation "( old -- new )" } } { "key" symbol } }
|
||||
{ $description "Applies the quotation to the old value of the user profile variable, and assigns the resulting value back to the variable." } ;
|
||||
|
||||
HELP: uget
|
||||
|
|
|
@ -44,7 +44,8 @@ HELP: random-prime
|
|||
|
||||
HELP: unique-primes
|
||||
{ $values
|
||||
{ "numbits" integer } { "n" integer }
|
||||
{ "n" integer }
|
||||
{ "numbits" integer }
|
||||
{ "seq" sequence }
|
||||
}
|
||||
{ $description "Generates a sequence of " { $snippet "n" } " unique prime numbers with exactly " { $snippet "numbits" } " bits." } ;
|
||||
|
|
|
@ -18,7 +18,7 @@ HELP: pheap-peek
|
|||
{ $description "Gets the object in the heap with minumum priority." } ;
|
||||
|
||||
HELP: pheap-push
|
||||
{ $values { "heap" "a persistent heap" } { "value" object } { "prio" "a priority" } { "newheap" "a new persistent heap" } }
|
||||
{ $values { "value" object } { "prio" "a priority" } { "heap" "a persistent heap" } { "newheap" "a new persistent heap" } }
|
||||
{ $description "Creates a new persistent heap also containing the given object of the given priority." } ;
|
||||
|
||||
HELP: pheap-pop*
|
||||
|
|
|
@ -10,7 +10,7 @@ HELP: filter-model
|
|||
{ $description "Creates a model that uses the updates of another model only when they satisfy a given predicate" } ;
|
||||
|
||||
HELP: fold
|
||||
{ $values { "oldval" "starting value" } { "quot" "applied to update and previous values" } { "model" model } { "model" model } }
|
||||
{ $values { "model" model } { "oldval" "starting value" } { "quot" "applied to update and previous values" } { "model" model } }
|
||||
{ $description "Similar to " { $link reduce } " but works on models, applying a quotation to the previous and new values at each update" } ;
|
||||
|
||||
HELP: switch-models
|
||||
|
|
Loading…
Reference in New Issue