Skip to content

Commit

Permalink
Merge pull request #265 from AidenH/patch-1
Browse files Browse the repository at this point in the history
fix typos
  • Loading branch information
vi committed Feb 21, 2022
2 parents bf571ca + 2ea01ea commit 572693f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -17,7 +17,7 @@
//! other.
//!
//! You'll find many modules with `::sync` and `::async` submodules that separate these
//! behaviours. Since it get's tedious to add these on when appropriate a top-level
//! behaviours. Since it gets tedious to add these on when appropriate, a top-level
//! convenience module called `websocket::sync` and `websocket::async` has been added that
//! groups all the sync and async stuff, respectively.
//!
Expand Down

0 comments on commit 572693f

Please sign in to comment.