Skip to content

Commit

Permalink
Update sqlite3_opt_preupdate_omit.go
Browse files Browse the repository at this point in the history
  • Loading branch information
coreybutler authored and mattn committed Apr 23, 2022
1 parent c1379fc commit bedc298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlite3_opt_preupdate_omit.go
Expand Up @@ -13,7 +13,7 @@ package sqlite3
// The callback is passed a SQLitePreUpdateData struct with the data for
// the update, as well as methods for fetching copies of impacted data.
//
// If there is an existing update hook for this connection, it will be
// If there is an existing preupdate hook for this connection, it will be
// removed. If callback is nil the existing hook (if any) will be removed
// without creating a new one.
func (c *SQLiteConn) RegisterPreUpdateHook(callback func(SQLitePreUpdateData)) {
Expand Down

0 comments on commit bedc298

Please sign in to comment.