mirror of https://github.com/mattn/go-sqlite3.git
tiny typo fix
This commit is contained in:
parent
ab9bed5c80
commit
487e651e19
|
@ -399,7 +399,7 @@ func (s *SQLiteStmt) bind(args []driver.Value) error {
|
|||
return nil
|
||||
}
|
||||
|
||||
// Query the statment with arguments. Return records.
|
||||
// Query the statement with arguments. Return records.
|
||||
func (s *SQLiteStmt) Query(args []driver.Value) (driver.Rows, error) {
|
||||
if err := s.bind(args); err != nil {
|
||||
return nil, err
|
||||
|
|
Loading…
Reference in New Issue