]> gitweb.factorcode.org Git - factor.git/blobdiff - unmaintained/db/mysql/lib/lib.factor
Fix comments to be ! not #!.
[factor.git] / unmaintained / db / mysql / lib / lib.factor
index db8c08180bf79aaeb5b158d240c63897f78b7977..6c162488ed0e7083a5fd275ce0aa71aabbca0852 100644 (file)
@@ -53,8 +53,8 @@ TUPLE: mysql-result-set ;
     ! mysql-connection-resulthandle mysql_num_fields ;
    
 ! : mysql-char*-nth ( index object -- str )
-    ! #! Utility based on 'char*-nth' to perform an additional sanity check on the value
-    ! #! extracted from the array of strings.
+    ! ! Utility based on 'char*-nth' to perform an additional sanity check on the value
+    ! ! extracted from the array of strings.
     ! void*-nth [ alien>char-string ] [ "" ] if* ;
 
 ! : mysql-row>seq ( object n -- seq )