Skip to content

Commit eb3456f

Browse files
committed
Revert "fix typos"
This reverts commit d2034e5.
1 parent 2dd0195 commit eb3456f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#![cfg_attr(doc_cfg, feature(doc_cfg, doc_auto_cfg))]
2-
//! Diesel-async provides async variants of diesel related query functionality
2+
//! Diesel-async provides async variants of diesel releated query functionality
33
//!
4-
//! diesel-async is an extension to diesel itself. It is designed to be used together
4+
//! diesel-async is an extension to diesel itself. It is designed to be used togehter
55
//! with the main diesel crate. It only provides async variants of core diesel traits,
66
//! that perform actual io-work.
77
//! This includes async counterparts the following traits:

0 commit comments

Comments
 (0)