Skip to content

Commit 0814eb9

Browse files
authored
Rollup merge of rust-lang#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.
2 parents dd7285f + 27d7e61 commit 0814eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/sys/unix/ext/net.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ impl UnixListener {
655655
/// Accepts a new incoming connection to this listener.
656656
///
657657
/// This function will block the calling thread until a new Unix connection
658-
/// is established. When established, the corersponding [`UnixStream`] and
658+
/// is established. When established, the corresponding [`UnixStream`] and
659659
/// the remote peer's address will be returned.
660660
///
661661
/// [`UnixStream`]: ../../../../std/os/unix/net/struct.UnixStream.html

0 commit comments

Comments
 (0)