]> gitweb.factorcode.org Git - factor.git/commitdiff
fix load error
authorDoug Coleman <doug.coleman@gmail.com>
Thu, 19 Feb 2009 03:13:46 +0000 (21:13 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Thu, 19 Feb 2009 03:13:46 +0000 (21:13 -0600)
extra/annotations/annotations-docs.factor

index 1effdf4067469a77718d45390a0a06ca2bb7a4b4..bf8aef3a07cbb8a1f9136d05238f809d8e14bf07 100644 (file)
@@ -10,7 +10,7 @@ IN: annotations
 PRIVATE>
 
 : $annotation ( element -- )
-    first
+    first
     [ "!" " your comment here" surround 1array $syntax ]
     [ [ "Treats the rest of the line after the exclamation point as a code annotation that can be looked up with the " \ $link ] dip comment-usage.-word 2array " word." 3array $description ]
     [ ": foo ( x y z -- w )\n    !" " --w-ó()ò-w-- kilroy was here\n    + * ;" surround 1array $unchecked-example ]