]> gitweb.factorcode.org Git - factor.git/commitdiff
stack-checker.inlining: fix help-lint.
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 24 Sep 2015 00:10:43 +0000 (17:10 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 24 Sep 2015 00:10:43 +0000 (17:10 -0700)
basis/stack-checker/inlining/inlining-docs.factor

index c1cea001cd9e1ac1f9caf7f88f8377e86b06c47f..8256b4548d254d7964902deefb79498cf65aca91 100644 (file)
@@ -3,7 +3,7 @@ IN: stack-checker.inlining
 
 HELP: inline-recursive-word
 { $values { "word" word } }
-{ $description "Emits an " { #recursive } " ssa node for a call to the given inline recursive word." } ;
+{ $description "Emits an " { $link #recursive } " ssa node for a call to the given inline recursive word." } ;
 
 HELP: prepare-stack
 { $values { "word" word } }