]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/graphviz/graphviz-docs.factor
Using "same?" in more places.
[factor.git] / extra / graphviz / graphviz-docs.factor
index c05b2fc82cff462e97d1d06434c506cca6af2537..19c7a49dfaf2edaf46156dd076b953b50b414c25 100644 (file)
@@ -33,7 +33,7 @@ $nl
     "More generally, the following should always be the case:"
     { $example
       "USING: accessors graphviz kernel prettyprint ;"
-      "<anon> <anon> [ id>> ] bi@ = ."
+      "<anon> <anon> [ id>> ] same? ."
       "f"
     }
 }