Skip to content

Commit 15d1e37

Browse files
ryan-summerschrysn
andauthored
Update src/stack/tcp.rs
Co-authored-by: chrysn <[email protected]>
1 parent 6caedf1 commit 15d1e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stack/tcp.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use crate::SocketAddr;
44
#[non_exhaustive]
55
#[derive(Copy, Clone, PartialEq, Debug)]
66
pub enum TcpErrorKind {
7-
/// The peer has closed one or both directions and the connection is broken.
7+
/// The socket has been closed in the direction in which the failing operation was attempted.
88
PipeClosed,
99

1010
/// Some other error has occurred.

0 commit comments

Comments
 (0)