]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/pop3/server/server.factor
Fix comments to be ! not #!.
[factor.git] / extra / pop3 / server / server.factor
index 614dca6e5f836ffa652cecabebef414684d5f7b4..222667f6572cfb09790796c8d9555943d5fa2443 100644 (file)
@@ -245,7 +245,7 @@ This is the body of the second test.
     } cond nip [ process ] when ;
 
 :: mock-pop3-server ( promise -- )
-    #! Store the port we are running on in the promise.
+    ! Store the port we are running on in the promise.
     [
         [
             "127.0.0.1" 0 <inet4> utf8 <server> [