]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/furnace/utilities/utilities.factor
Fix comments to be ! not #!.
[factor.git] / basis / furnace / utilities / utilities.factor
index 57a6919ae92459fa6ece6c9b143b14fea224f5a3..7bf2e35ef6fe9eb5e718a9e5f7f8cd4627340680 100644 (file)
@@ -92,7 +92,7 @@ M: object modify-form drop f ;
 CONSTANT: nested-forms-key "__n"
 
 : referrer ( -- referrer/f )
-    #! Typo is intentional, it's in the HTTP spec!
+    ! Typo is intentional, it's in the HTTP spec!
     request get "referer" header
     dup [ >url ensure-port [ remap-port ] change-port ] when ;