We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a1a7d5 + 16d1587 commit b087c4eCopy full SHA for b087c4e
src/lib.rs
@@ -1,7 +1,7 @@
1
#![cfg_attr(doc_cfg, feature(doc_cfg, doc_auto_cfg))]
2
-//! Diesel-async provides async variants of diesel releated query functionality
+//! Diesel-async provides async variants of diesel related query functionality
3
//!
4
-//! diesel-async is an extension to diesel itself. It is designed to be used togehter
+//! diesel-async is an extension to diesel itself. It is designed to be used together
5
//! with the main diesel crate. It only provides async variants of core diesel traits,
6
//! that perform actual io-work.
7
//! This includes async counterparts the following traits:
0 commit comments