Doc rephrase

This commit is contained in:
Steven Fackler 2014-10-05 20:49:09 -07:00
parent 749dc34529
commit b581e3a0af

View File

@ -861,8 +861,8 @@ impl PostgresConnection {
/// is active until the `PostgresTransaction` object falls out of scope. /// is active until the `PostgresTransaction` object falls out of scope.
/// ///
/// ## Note /// ## Note
/// A transaction will roll back by default. Use the `set_commit` method to /// A transaction will roll back by default. The `set_commit`,
/// set the transaction to commit. /// `set_rollback`, and `commit` methods alter this behavior.
/// ///
/// ## Example /// ## Example
/// ///