]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/graphviz/builder/builder-docs.factor
update docs for help.lint checks.
[factor.git] / extra / graphviz / builder / builder-docs.factor
index df071fef611669fd628cdacaae187af303a45fc2..a98ff43ae9d64b21af4bc89ffd54ea53b1f16400 100644 (file)
@@ -22,7 +22,7 @@ HELP: improper-statement-error
 { $values
     { "obj" object }
 }
-{ $error-description "Thrown if, in a call to " { $link build-alien } ", any of a " { $link graph } "'s " { $slot "statements" } " is not an instance of:" { $list { $link subgraph } { $link node } { $link edge } { $link graph-attributes } { $link node-attributes } { $link edge-attributes } } }
+{ $error-description "Thrown if, in a call to " { $link build-alien } ", any of a " { $link graph } "'s " { $snippet "statements" } " is not an instance of:" { $list { $link subgraph } { $link node } { $link edge } { $link graph-attributes } { $link node-attributes } { $link edge-attributes } } }
 ;
 
 HELP: non-graph-error