chore: fix some typos (#984)

Signed-off-by: cuishuang <[email protected]>
This commit is contained in:
cui fliter
2022-04-28 01:37:12 +02:00
committed by GitHub
parent 13b55df1d0
commit 6d95473877
3 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ impl Channel {
/// Balance a list of [`Endpoint`]'s.
///
/// This creates a [`Channel`] that will load balance accross all the
/// This creates a [`Channel`] that will load balance across all the
/// provided endpoints.
pub fn balance_list(list: impl Iterator<Item = Endpoint>) -> Self {
let (channel, tx) = Self::balance_channel(DEFAULT_BUFFER_SIZE);