]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/help/topics/topics.factor
definitions: Separate definition definitions.
[factor.git] / basis / help / topics / topics.factor
index fafbf14274c262047e3d5c0a38961ca595881c9d..322b92eee3fc8590bdb3d233bb39b64c29c88e70 100644 (file)
@@ -7,7 +7,7 @@ IN: help.topics
 
 TUPLE: link name ;
 
-INSTANCE: link definition
+INSTANCE: link definition-mixin
 
 MIXIN: topic
 
@@ -81,4 +81,4 @@ M: f valid-article? drop t ;
 M: f article-title drop \ f article-title ;
 M: f article-content drop \ f article-content ;
 M: f article-parent drop \ f article-parent ;
-M: f set-article-parent drop \ f set-article-parent ;
\ No newline at end of file
+M: f set-article-parent drop \ f set-article-parent ;