Merge pull request #110 from tpltnt/master

tiny typo fix
This commit is contained in:
mattn 2014-02-18 09:13:53 +09:00
commit fb0ae12484
1 changed files with 1 additions and 1 deletions

View File

@ -399,7 +399,7 @@ func (s *SQLiteStmt) bind(args []driver.Value) error {
return nil 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) { func (s *SQLiteStmt) Query(args []driver.Value) (driver.Rows, error) {
if err := s.bind(args); err != nil { if err := s.bind(args); err != nil {
return nil, err return nil, err