combinators: fix docs for dispatch since it isn't in kernel.private.

db4
John Benediktsson 2013-11-22 17:32:59 -08:00
parent 3207dac8a0
commit 6ef1b08d58
1 changed files with 1 additions and 1 deletions

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