Skip to content

Commit 29c16de

Browse files
committed
Fix BindZeroBlob doc comment
1 parent 9c0b2fe commit 29c16de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sqlite.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,8 @@ func (stmt *Stmt) BindNull(param int) {
858858
stmt.handleBindErr("BindNull", res)
859859
}
860860

861-
// BindNull binds a blob of zeros of length len to a numbered stmt parameter.
861+
// BindZeroBlob binds a blob of zeros of length len to a numbered stmt
862+
// parameter.
862863
//
863864
// Parameter indices start at 1.
864865
//

0 commit comments

Comments
 (0)