mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
[docs] Fix over-long monospacing of SQLITE_BUSY
This commit is contained in:
parent
e75a5a6bc2
commit
2dab6d8364
@ -33,8 +33,8 @@ impl Connection {
|
||||
|
||||
/// Register a callback to handle `SQLITE_BUSY` errors.
|
||||
///
|
||||
/// If the busy callback is `None`, then `SQLITE_BUSY is returned
|
||||
/// immediately upon encountering the lock.` The argument to the busy
|
||||
/// If the busy callback is `None`, then `SQLITE_BUSY` is returned
|
||||
/// immediately upon encountering the lock. The argument to the busy
|
||||
/// handler callback is the number of times that the
|
||||
/// busy handler has been invoked previously for the
|
||||
/// same locking event. If the busy callback returns `false`, then no
|
||||
|
Loading…
Reference in New Issue
Block a user