mirror of
https://github.com/tlsnotary/rust-yamux.git
synced 2026-01-09 12:58:03 -05:00
Fix typo
This commit is contained in:
@@ -485,7 +485,7 @@ impl<T: AsyncRead + AsyncWrite + Unpin> Active<T> {
|
||||
_ => {}
|
||||
}
|
||||
|
||||
// If we make it this far, at least once of the above must have registered a waker.
|
||||
// If we make it this far, at least one of the above must have registered a waker.
|
||||
return Poll::Pending;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user