]> gitweb.factorcode.org Git - factor.git/commitdiff
math: docs fix
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Sat, 30 Jan 2010 08:12:25 +0000 (21:12 +1300)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Sat, 30 Jan 2010 08:14:41 +0000 (21:14 +1300)
core/math/math-docs.factor

index 6af48d00de19270d6c53f050cfb066a769d8d752..1e107124a29d5c9b49d68ecc2f0fdeedeb418b27 100644 (file)
@@ -403,7 +403,7 @@ HELP: number
 
 HELP: next-power-of-2
 { $values { "m" "a non-negative integer" } { "n" "an integer" } }
-{ $description "Outputs the smallest power of 2 greater than " { $snippet "m" } ". The output value is always at least 1." } ;
+{ $description "Outputs the smallest power of 2 greater than " { $snippet "m" } ". The output value is always at least 2." } ;
 
 HELP: power-of-2?
 { $values { "n" integer } { "?" "a boolean" } }