Skip to content

Commit b087c4e

Browse files
authored
Merge pull request #21 from gwy15/main
fix typos
2 parents 2a1a7d5 + 16d1587 commit b087c4e

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 releated query functionality
2+
//! Diesel-async provides async variants of diesel related query functionality
33
//!
4-
//! diesel-async is an extension to diesel itself. It is designed to be used togehter
4+
//! diesel-async is an extension to diesel itself. It is designed to be used together
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)