]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/graphviz/graphviz-docs.factor
Update Windows for word renames, fix lint errors
[factor.git] / extra / graphviz / graphviz-docs.factor
index 76a27b2eb51b8fcc10c3e564dbed1200650e5df1..c05b2fc82cff462e97d1d06434c506cca6af2537 100644 (file)
@@ -121,7 +121,7 @@ HELP: <edge>
   { $example
     "USING: accessors classes graphviz kernel prettyprint strings ;"
     "1 { 2 3 4 } <edge>"
-    "[ tail>> class . ] [ head>> class . ] bi"
+    "[ tail>> class-of . ] [ head>> class-of . ] bi"
     "string\nsubgraph"
   }
   $nl
@@ -319,7 +319,7 @@ HELP: add
     "    1 <node> add"
     "    2 <node> add"
     "    1 2 <edge> add"
-    "statements>> [ class . ] each"
+    "statements>> [ class-of . ] each"
     "node\nnode\nedge"
   }
 }