math-docs: fix a copy-paste error

char-rename
Alexander Iljin 2016-06-29 00:11:51 +03:00 committed by John Benediktsson
parent 5c11451ab5
commit 4e3dab7237
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ HELP: when-zero
HELP: unless-zero
{ $values
{ "n" number } { "quot" "the second quotation of an " { $link if-empty } } }
{ "n" number } { "quot" "the second quotation of an " { $link if-zero } } }
{ $description "Makes an implicit check if the number is zero. A zero is dropped. Otherwise, the " { $snippet "quot" } " is called on the number." }
{ $examples "This word is equivalent to " { $link if-zero } " with an empty first quotation:"
{ $example