From 2ea01eac8d3cbb64926c00667ac05b922238beb3 Mon Sep 17 00:00:00 2001 From: Aiden Holmans Date: Mon, 21 Feb 2022 15:11:03 -0500 Subject: [PATCH] fix typos --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 60a383a781..5be5a0b059 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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. //!