From 6ef1b08d58c242344e57f16d159e7f425732b21b Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Fri, 22 Nov 2013 17:32:59 -0800 Subject: [PATCH] combinators: fix docs for dispatch since it isn't in kernel.private. --- core/combinators/combinators-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/combinators/combinators-docs.factor b/core/combinators/combinators-docs.factor index fca640d114..c7aaa86b82 100644 --- a/core/combinators/combinators-docs.factor +++ b/core/combinators/combinators-docs.factor @@ -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." } ;