Spellcheck library docs.
This commit is contained in:
parent
c8489069b4
commit
6555b04dd2
10 changed files with 14 additions and 15 deletions
|
@ -1287,7 +1287,7 @@ pub trait Acceptor<T> {
|
|||
///
|
||||
/// Since connection attempts can continue forever, this iterator always returns
|
||||
/// `Some`. The `Some` contains the `IoResult` representing whether the
|
||||
/// connection attempt was succesful. A successful connection will be wrapped
|
||||
/// connection attempt was successful. A successful connection will be wrapped
|
||||
/// in `Ok`. A failed connection is represented as an `Err`.
|
||||
pub struct IncomingConnections<'a, A> {
|
||||
priv inc: &'a mut A,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue