math: docs fix

release
Slava Pestov 2010-01-30 21:12:25 +13:00
parent 6eceff6acb
commit e45816cf9b
1 changed files with 1 additions and 1 deletions

View 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" } }