From e45816cf9b9903501aff12c194c62d5773f8a68c Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sat, 30 Jan 2010 21:12:25 +1300 Subject: [PATCH] math: docs fix --- 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 6af48d00de..1e107124a2 100644 --- a/core/math/math-docs.factor +++ b/core/math/math-docs.factor @@ -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" } }