]> gitweb.factorcode.org Git - factor.git/commitdiff
math-docs: fix a copy-paste error
authorAlexander Iljin <ajsoft@yandex.ru>
Tue, 28 Jun 2016 21:11:51 +0000 (00:11 +0300)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sat, 30 Jul 2016 16:25:30 +0000 (09:25 -0700)
core/math/math-docs.factor

index a9920f74b57a63ee1fe33d967f51d096f0257bd2..45adc8ab22cc76557a21593cea9a371b048e3270 100644 (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