]> gitweb.factorcode.org Git - factor.git/commitdiff
fix docs
authorDoug Coleman <doug.coleman@gmail.com>
Wed, 3 Sep 2008 17:34:34 +0000 (12:34 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Wed, 3 Sep 2008 17:34:34 +0000 (12:34 -0500)
basis/mirrors/mirrors-docs.factor

index 55896a9811590ed2970a34f21dd9e48ab9fd482d..d6a8d51fbebfb5d8cfd6a2ad0a3755addb84793e 100755 (executable)
@@ -30,7 +30,7 @@ HELP: <mirror> ( object -- mirror )
         "TUPLE: circle center radius ;"
         "C: <circle> circle"
         "{ 100 50 } 15 <circle> <mirror> >alist ."
-        "{ { \"delegate\" f } { \"center\" { 100 50 } } { \"radius\" 15 } }"
+        "{ { \"center\" { 100 50 } } { \"radius\" 15 } }"
     }
 } ;