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
2
2
//!
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
4
4
//! with the main diesel crate. It only provides async variants of core diesel traits,
5
5
//! that perform actual io-work.
6
6
//! This includes async counterparts the following traits:
@@ -140,7 +140,7 @@ where
140
140
///
141
141
/// This function executes the provided closure `f` inside a database
142
142
/// 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
144
144
/// the closure returns `Ok(_)`, it will be rolled back if it returns `Err(_)`.
145
145
/// For both cases the original result value will be returned from this function.
146
146
///
You can’t perform that action at this time.
0 commit comments