Skip to content

Commit 473fbce

Browse files
committed
Fix typo
Signed-off-by: Jiahao XU <[email protected]>
1 parent e170c78 commit 473fbce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/std/src/net/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ mod tcp;
4343
pub(crate) mod test;
4444
mod udp;
4545

46-
/// Annoymous pipe implementation
47-
#[unstable(feature = "annoymous_pipe", issue = "127154")]
46+
/// Anonymous pipe implementation
47+
#[unstable(feature = "anonymous_pipe", issue = "127154")]
4848
pub mod pipe;
4949

5050
/// Possible values which can be passed to the [`TcpStream::shutdown`] method.

0 commit comments

Comments
 (0)