Skip to content

Commit d2034e5

Browse files
author
gwy15
committed
fix typos
1 parent 3ab3cf8 commit d2034e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
///

0 commit comments

Comments
 (0)