Skip to content

Commit c1379fc

Browse files
coreybutlermattn
authored andcommitted
Update sqlite3_opt_preupdate_hook.go
1 parent 2df077b commit c1379fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlite3_opt_preupdate_hook.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import (
3333
// The callback is passed a SQLitePreUpdateData struct with the data for
3434
// the update, as well as methods for fetching copies of impacted data.
3535
//
36-
// If there is an existing update hook for this connection, it will be
36+
// If there is an existing preupdate hook for this connection, it will be
3737
// removed. If callback is nil the existing hook (if any) will be removed
3838
// without creating a new one.
3939
func (c *SQLiteConn) RegisterPreUpdateHook(callback func(SQLitePreUpdateData)) {

0 commit comments

Comments
 (0)