Fix typo corersponding -> corresponding
This commit is contained in:
parent
16268a88fc
commit
27d7e61f1b
@ -655,7 +655,7 @@ fn inner(path: &Path) -> io::Result<UnixListener> {
|
||||
/// Accepts a new incoming connection to this listener.
|
||||
///
|
||||
/// This function will block the calling thread until a new Unix connection
|
||||
/// is established. When established, the corersponding [`UnixStream`] and
|
||||
/// is established. When established, the corresponding [`UnixStream`] and
|
||||
/// the remote peer's address will be returned.
|
||||
///
|
||||
/// [`UnixStream`]: ../../../../std/os/unix/net/struct.UnixStream.html
|
||||
|
Loading…
Reference in New Issue
Block a user