]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/tools/continuations/continuations.factor
Fix comments to be ! not #!.
[factor.git] / basis / tools / continuations / continuations.factor
index 4d7c8fea55081608f3215702d528b930c27d4a5f..4afe06f2fa5c172e6382a2e4575e7d14ac635ef6 100644 (file)
@@ -92,8 +92,8 @@ M: object add-breakpoint ;
     ] when ; inline
 
 : change-frame ( continuation quot -- continuation' )
-    #! Applies quot to innermost call frame of the
-    #! continuation.
+    ! Applies quot to innermost call frame of the
+    ! continuation.
     [ clone ] dip '[ _ (change-frame) ] change-call ; inline
 
 PRIVATE>