Skip to content

Commit 572693f

Browse files
authored
Merge pull request #265 from AidenH/patch-1
fix typos
2 parents bf571ca + 2ea01ea commit 572693f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
//! other.
1818
//!
1919
//! You'll find many modules with `::sync` and `::async` submodules that separate these
20-
//! behaviours. Since it get's tedious to add these on when appropriate a top-level
20+
//! behaviours. Since it gets tedious to add these on when appropriate, a top-level
2121
//! convenience module called `websocket::sync` and `websocket::async` has been added that
2222
//! groups all the sync and async stuff, respectively.
2323
//!

0 commit comments

Comments
 (0)