Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1390b58

Browse files
committedJan 27, 2025·
fixup
1 parent 740b4c6 commit 1390b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎client/stmt.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ func (s *Stmt) write(args ...interface{}) error {
147147
default:
148148
return fmt.Errorf("invalid argument type %T", args[i])
149149
}
150-
paramNames[i] = []byte{0} // lenght encoded, no name
150+
paramNames[i] = []byte{0} // length encoded, no name
151151
if paramFlags[i] == nil {
152152
paramFlags[i] = []byte{0}
153153
}

0 commit comments

Comments
 (0)
Please sign in to comment.