From: Alexander Iljin Date: Tue, 28 Jun 2016 21:11:51 +0000 (+0300) Subject: math-docs: fix a copy-paste error X-Git-Tag: unmaintained~822 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=4e3dab723767da1f42171cb8d7b1884212709295 math-docs: fix a copy-paste error --- diff --git a/core/math/math-docs.factor b/core/math/math-docs.factor index a9920f74b5..45adc8ab22 100644 --- a/core/math/math-docs.factor +++ b/core/math/math-docs.factor @@ -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