Skip to content

Commit d65f96a

Browse files
committed
Fix typo
1 parent bfbe6c5 commit d65f96a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ Valid Values: true, false
190190
Default: false
191191
```
192192

193-
When `interpolateParams` is true, calls to `sql.Db.Query()` and `sql.Db.Exec()` with params interpolates placeholders (`?`) with given params. This reduces roundtrips to database compared with `interpolateParams=false` since it uses prapre, exec and close to support parameters.
193+
When `interpolateParams` is true, calls to `sql.Db.Query()` and `sql.Db.Exec()` with params interpolates placeholders (`?`) with given params. This reduces roundtrips to database compared with `interpolateParams=false` since it uses prepare, exec and close to support parameters.
194194

195195
NOTE: It make SQL injection vulnerability when connection encoding is not utf8.
196196

0 commit comments

Comments
 (0)