mirror of
				https://github.com/isar/rusqlite.git
				synced 2025-11-04 08:08:55 +08:00 
			
		
		
		
	Fix markdown rendering of Connection::transaction doc
This fixes `DropBehavior::Commit` being rendered as `DropBehavior: :Commit`.
This commit is contained in:
		@@ -378,8 +378,8 @@ impl Connection {
 | 
				
			|||||||
    ///
 | 
					    ///
 | 
				
			||||||
    /// The transaction defaults to rolling back when it is dropped. If you
 | 
					    /// The transaction defaults to rolling back when it is dropped. If you
 | 
				
			||||||
    /// want the transaction to commit, you must call
 | 
					    /// want the transaction to commit, you must call
 | 
				
			||||||
    /// [`commit`](Transaction::commit) or [`set_drop_behavior(DropBehavior:
 | 
					    /// [`commit`](Transaction::commit) or
 | 
				
			||||||
    /// :Commit)`](Transaction::set_drop_behavior).
 | 
					    /// [`set_drop_behavior(DropBehavior::Commit)`](Transaction::set_drop_behavior).
 | 
				
			||||||
    ///
 | 
					    ///
 | 
				
			||||||
    /// ## Example
 | 
					    /// ## Example
 | 
				
			||||||
    ///
 | 
					    ///
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user