]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/db/sqlite/lib/lib.factor
Fix comments to be ! not #!.
[factor.git] / basis / db / sqlite / lib / lib.factor
index 1f954688be77606ece8487dc03781e5c986e708d..b36edc29203a277e22f9f58cb7fc4cffdda02762 100644 (file)
@@ -117,7 +117,7 @@ ERROR: sqlite-sql-error < sql-error n string ;
     } case ;
 
 : sqlite-bind-type ( handle key value type -- )
-    #! null and empty values need to be set by sqlite-bind-null-by-name
+    ! null and empty values need to be set by sqlite-bind-null-by-name
     over [
         NULL = [ 2drop NULL NULL ] when
     ] [