From 4e3dab723767da1f42171cb8d7b1884212709295 Mon Sep 17 00:00:00 2001 From: Alexander Iljin Date: Wed, 29 Jun 2016 00:11:51 +0300 Subject: [PATCH] math-docs: fix a copy-paste error --- core/math/math-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1