Minor fixes

db4
Slava Pestov 2008-08-06 04:46:30 -05:00
parent 3430c69c1e
commit f279015b85
3 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@ HELP: assoc>disjoint-set
"4 5 pick equiv? ." "4 5 pick equiv? ."
"1 5 pick equiv? ." "1 5 pick equiv? ."
"drop" "drop"
"t\nt\nf\n" "t\nt\nf"
} }
} ; } ;

View File

@ -1,7 +1,7 @@
IN: io.windows.launcher.nt.tests IN: io.windows.launcher.nt.tests
USING: io.launcher tools.test calendar accessors USING: io.launcher tools.test calendar accessors
namespaces kernel system arrays io io.files io.encodings.ascii namespaces kernel system arrays io io.files io.encodings.ascii
sequences parser assocs hashtables math continuations ; sequences parser assocs hashtables math continuations eval ;
[ ] [ [ ] [
<process> <process>

View File

@ -212,7 +212,7 @@ HELP: bit?
HELP: log2 HELP: log2
{ $values { "x" "a positive integer" } { "n" integer } } { $values { "x" "a positive integer" } { "n" integer } }
{ $description "Outputs the largest integer " { $snippet "n" } " such that " { $snippet "2^n" } " is less than " { $snippet "x" } "." } { $description "Outputs the largest integer " { $snippet "n" } " such that " { $snippet "2^n" } " is less than or equal to " { $snippet "x" } "." }
{ $errors "Throws an error if " { $snippet "x" } " is zero or negative." } ; { $errors "Throws an error if " { $snippet "x" } " is zero or negative." } ;
HELP: 1+ HELP: 1+