math: fix typo in docs

db4
Keita Haga 2011-01-09 02:29:33 +09:00
parent a093c454c1
commit 3aaf58a3dd
1 changed files with 8 additions and 8 deletions

View File

@ -421,7 +421,7 @@ HELP: all-integers?
HELP: find-integer HELP: find-integer
{ $values { "n" integer } { "quot" { $quotation "( ... i -- ... ? )" } } { "i" "an integer or " { $link f } } } { $values { "n" integer } { "quot" { $quotation "( ... i -- ... ? )" } } { "i" "an integer or " { $link f } } }
{ $description "Applies the quotation to each integer from 0 up to " { $snippet "n" } ", excluding " { $snippet "n" } ". Iterationi stops when the quotation outputs a true value or the end is reached. If the quotation yields a true value for some integer, this word outputs that integer. Otherwise, this word outputs " { $link f } "." } { $description "Applies the quotation to each integer from 0 up to " { $snippet "n" } ", excluding " { $snippet "n" } ". Iteration stops when the quotation outputs a true value or the end is reached. If the quotation yields a true value for some integer, this word outputs that integer. Otherwise, this word outputs " { $link f } "." }
{ $notes "This word is used to implement " { $link find } "." } ; { $notes "This word is used to implement " { $link find } "." } ;
HELP: find-last-integer HELP: find-last-integer