From bedc2985efda510946f102c1e2a5595be070a2b7 Mon Sep 17 00:00:00 2001 From: Corey Butler Date: Fri, 22 Apr 2022 21:40:39 -0500 Subject: Update sqlite3_opt_preupdate_omit.go --- sqlite3_opt_preupdate_omit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sqlite3_opt_preupdate_omit.go b/sqlite3_opt_preupdate_omit.go index 8df453d..c510a15 100644 --- a/sqlite3_opt_preupdate_omit.go +++ b/sqlite3_opt_preupdate_omit.go @@ -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)) { -- cgit v1.2.3