mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-22 16:29:20 +08:00
Merge pull request #1067 from nicholasbishop/bishop-fix-transac-doc
Fix markdown rendering of Connection::transaction doc
This commit is contained in:
commit
df27410897
@ -378,8 +378,8 @@ impl Connection {
|
||||
///
|
||||
/// The transaction defaults to rolling back when it is dropped. If you
|
||||
/// want the transaction to commit, you must call
|
||||
/// [`commit`](Transaction::commit) or [`set_drop_behavior(DropBehavior:
|
||||
/// :Commit)`](Transaction::set_drop_behavior).
|
||||
/// [`commit`](Transaction::commit) or
|
||||
/// [`set_drop_behavior(DropBehavior::Commit)`](Transaction::set_drop_behavior).
|
||||
///
|
||||
/// ## Example
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user