]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/cocoa/application/application.factor
Fix comments to be ! not #!.
[factor.git] / basis / cocoa / application / application.factor
index 9bd24385f59ea603b28424f29d471815d816aa19..86cd1779169a3dcd6362773b3b8629d6a9bf5cee 100644 (file)
@@ -39,7 +39,7 @@ FUNCTION: void NSBeep ( )
     -> alloc -> init -> setDelegate: ;
 
 : running.app? ( -- ? )
-    #! Test if we're running a .app.
+    ! Test if we're running a .app.
     ".app"
     NSBundle -> mainBundle -> bundlePath CF>string
     subseq? ;