Skip to content

Commit

Permalink
Issue #651: Fix of typo
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Aug 19, 2019
1 parent d6f416f commit 85bf186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlite3.go
Original file line number Diff line number Diff line change
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 85bf186

Please sign in to comment.