Skip to content

Commit

Permalink
Merge pull request #735 from mahler/master
Browse files Browse the repository at this point in the history
Issue #651: Fix of typo
  • Loading branch information
mattn committed Aug 19, 2019
2 parents d6f416f + 85bf186 commit f4ce3be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlite3.go
Expand Up @@ -1867,7 +1867,7 @@ func (s *SQLiteStmt) query(ctx context.Context, args []namedValue) (driver.Rows,
return rows, nil
}

// LastInsertId teturn last inserted ID.
// LastInsertId return last inserted ID.
func (r *SQLiteResult) LastInsertId() (int64, error) {
return r.id, nil
}
Expand Down

0 comments on commit f4ce3be

Please sign in to comment.