mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-05 15:55:57 +03:00
Minor doc typo fixes via [forum:65bd941da8|forum post 65bd941da8].
FossilOrigin-Name: 6f6a03e93cf58eaee79603de0b28ad34c872fb4b4b7d9c4e7fe35c698b27618a
This commit is contained in:
@@ -2057,7 +2057,7 @@ static int SQLITE_TCLAPI DbObjCmd(
|
||||
** (4) Name of the database (ex: "main", "temp")
|
||||
** (5) Name of trigger that is doing the access
|
||||
**
|
||||
** The callback should return on of the following strings: SQLITE_OK,
|
||||
** The callback should return one of the following strings: SQLITE_OK,
|
||||
** SQLITE_IGNORE, or SQLITE_DENY. Any other return value is an error.
|
||||
**
|
||||
** If this method is invoked with no arguments, the current authorization
|
||||
|
Reference in New Issue
Block a user