]> gitweb.factorcode.org Git - factor.git/commitdiff
combinators: fix docs for dispatch since it isn't in kernel.private.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sat, 23 Nov 2013 01:32:59 +0000 (17:32 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sat, 23 Nov 2013 01:32:59 +0000 (17:32 -0800)
core/combinators/combinators-docs.factor

index fca640d114cd324a7bdb9aa5a018a03cad8bd6e7..c7aaa86b82becd3aca58865b55d49063bf13d45c 100644 (file)
@@ -402,4 +402,4 @@ HELP: distribute-buckets
 HELP: dispatch
 { $values { "n" "a fixnum" } { "array" "an array of quotations" } }
 { $description "Calls the " { $snippet "n" } "th quotation in the array." }
-{ $warning "This word is in the " { $vocab-link "kernel.private" } " vocabulary because it is an implementation detail used by the generic word system to accelerate method dispatch. It does not perform type or bounds checks, and user code should not need to call it directly." } ;
+{ $warning "This word is an implementation detail used by the generic word system to accelerate method dispatch. It does not perform type or bounds checks, and user code should not need to call it directly." } ;