]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/ui/tools/debugger/debugger.factor
Fix comments to be ! not #!.
[factor.git] / basis / ui / tools / debugger / debugger.factor
index 893471ae28d7743e66ebba1b37e3a3e4bda33ce2..765bed7841dda060d8611a697d81c3e447c9a262 100644 (file)
@@ -57,7 +57,7 @@ M: debugger focusable-child*
     dup restart-hook>> [ restart-list>> ] [ drop t ] if ;
 
 : debugger-window ( error continuation -- )
-    #! No restarts for the debugger window
+    ! No restarts for the debugger window
     f f <debugger> "Error" open-status-window ;
 
 GENERIC: error-in-debugger? ( error -- ? )