File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- //! Diesel-async provides async variants of diesel releated query functionality
1+ //! Diesel-async provides async variants of diesel related query functionality
22//!
3- //! diesel-async is an extension to diesel itself. It is designed to be used togehter
3+ //! diesel-async is an extension to diesel itself. It is designed to be used together
44//! with the main diesel crate. It only provides async variants of core diesel traits,
55//! that perform actual io-work.
66//! This includes async counterparts the following traits:
@@ -140,7 +140,7 @@ where
140140 ///
141141 /// This function executes the provided closure `f` inside a database
142142 /// transaction. If there is already an open transaction for the current
143- /// connection savepoints will be used instead. The connection is commited if
143+ /// connection savepoints will be used instead. The connection is committed if
144144 /// the closure returns `Ok(_)`, it will be rolled back if it returns `Err(_)`.
145145 /// For both cases the original result value will be returned from this function.
146146 ///
You can’t perform that action at this time.
0 commit comments