From 07d438efb14fef5c6f242bfb4342a1bb1af261ea Mon Sep 17 00:00:00 2001 From: Floris Bruynooghe Date: Wed, 29 May 2024 14:47:47 +0200 Subject: [PATCH] be/being typo Co-authored-by: Divma <26765164+divagant-martian@users.noreply.github.com> --- iroh-net/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iroh-net/src/lib.rs b/iroh-net/src/lib.rs index 10aa7bcaf4..103ebfbdce 100644 --- a/iroh-net/src/lib.rs +++ b/iroh-net/src/lib.rs @@ -86,7 +86,7 @@ //! initiator of this stream has to send data before the peer will be aware of this //! stream. //! -//! Additionally to be extremely light-weight, streams can be interleaved and will not block +//! Additionally to being extremely light-weight, streams can be interleaved and will not block //! each other. Allowing many streams to co-exist, regardless of how long they last. //! //!