Skip to content

Commit bedc298

Browse files
coreybutlermattn
authored andcommitted
Update sqlite3_opt_preupdate_omit.go
1 parent c1379fc commit bedc298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlite3_opt_preupdate_omit.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ package sqlite3
1313
// The callback is passed a SQLitePreUpdateData struct with the data for
1414
// the update, as well as methods for fetching copies of impacted data.
1515
//
16-
// If there is an existing update hook for this connection, it will be
16+
// If there is an existing preupdate hook for this connection, it will be
1717
// removed. If callback is nil the existing hook (if any) will be removed
1818
// without creating a new one.
1919
func (c *SQLiteConn) RegisterPreUpdateHook(callback func(SQLitePreUpdateData)) {

0 commit comments

Comments
 (0)