diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2017-08-11 10:20:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-11 10:20:30 +0200 |
| commit | 3e6e26246e35cc203115e400b320372bf34fb562 (patch) | |
| tree | faee8a55b0948aac0983194d8701c6fa881986c9 /src/libstd | |
| parent | 6af7b9d4b0d8e75833e7474452ac9d2474d4a0fd (diff) | |
| parent | 27d7e61f1bbb6799adffebd56d64227e7b5a956c (diff) | |
| download | rust-3e6e26246e35cc203115e400b320372bf34fb562.tar.gz rust-3e6e26246e35cc203115e400b320372bf34fb562.zip | |
Rollup merge of #43783 - prisme60:prisme60-typo, r=Mark-Simulacrum
Fix typo corersponding -> corresponding I was reading the documentation of __Struct std::os::unix::net::UnixListener__ when I saw a typo inside.
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/sys/unix/ext/net.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/sys/unix/ext/net.rs b/src/libstd/sys/unix/ext/net.rs index 94b87a6bff4..7701ae25b41 100644 --- a/src/libstd/sys/unix/ext/net.rs +++ b/src/libstd/sys/unix/ext/net.rs @@ -655,7 +655,7 @@ impl 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 |
