From 7de7b996155fa26f1f4e26b00fa92cb1828ceec0 Mon Sep 17 00:00:00 2001 From: Andrew Burkett Date: Tue, 28 Jul 2020 20:04:44 -0700 Subject: Typo in channel docs --- src/channel.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/channel.rs b/src/channel.rs index 00a9493..f9ff346 100644 --- a/src/channel.rs +++ b/src/channel.rs @@ -286,7 +286,7 @@ impl Channel { /// /// The returned handle implements the `Read` and `Write` traits. /// - /// Groups of substreams may be flushed by passing on of the following + /// Groups of substreams may be flushed by passing one of the following /// constants and then calling `flush()`. /// /// * FLUSH_EXTENDED_DATA - Flush all extended data substreams -- cgit v1.2.3