math: fix docs for 'when-zero'.

db4
John Benediktsson 2011-09-02 21:13:29 -07:00
parent a3e8c99765
commit c99e6d79cd
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ HELP: if-zero
HELP: when-zero
{ $values
{ "n" number } { "quot" "the first quotation of an " { $link if-zero } } }
{ $description "Makes an implicit check if the sequence is empty. A zero is dropped and the " { $snippet "quot" } " is called." }
{ $description "Makes an implicit check if the number is zero. A zero is dropped and the " { $snippet "quot" } " is called." }
{ $examples "This word is equivalent to " { $link if-zero } " with an empty second quotation:"
{ $example
"USING: math prettyprint ;"