Fix typo in doc. (#398)

This commit is contained in:
L1AN0
2020-07-14 13:41:39 -07:00
committed by GitHub
parent ecb1920782
commit 96db606908
+1 -1
View File
@@ -49,7 +49,7 @@ const DEFAULT_BUFFER_SIZE: usize = 1024;
/// # Multiplexing requests
///
/// Sending a request on a channel requires a `&mut self` and thus can only send
/// on request in flight. This is intentional and is required to follow the `Service`
/// one request in flight. This is intentional and is required to follow the `Service`
/// contract from the `tower` library which this channel implementation is built on
/// top of.
///