]> gitweb.factorcode.org Git - factor.git/commitdiff
kernel-docs: Fix link from class to class-of.
authorDoug Coleman <doug.coleman@gmail.com>
Wed, 1 Jul 2015 04:43:56 +0000 (21:43 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Wed, 1 Jul 2015 04:43:56 +0000 (21:43 -0700)
core/kernel/kernel-docs.factor

index ca07d52a9aec2ab3b0d8bcedf52397891f366b2b..6b056069957fb05b4c93e41e6af0d550adeb838c 100644 (file)
@@ -719,7 +719,7 @@ HELP: declare
 
 HELP: tag
 { $values { "object" object } { "n" "a tag number" } }
-{ $description "Outputs an object's tag number, between zero and one less than " { $link num-types } ". This is implementation detail and user code should call " { $link class } " instead." } ;
+{ $description "Outputs an object's tag number, between zero and one less than " { $link num-types } ". This is implementation detail and user code should call " { $link class-of } " instead." } ;
 
 HELP: special-object
 { $values { "n" "a non-negative integer" } { "obj" object } }