Skip to content

Commit

Permalink
Rollup merge of #103809 - tyggja:patch-1, r=JohnTitor
Browse files Browse the repository at this point in the history
Fix a typo in std::net mod doc comment

net-doc syntax
  • Loading branch information
Dylan-DPC committed Nov 1, 2022
2 parents 09f4f7c + 7fe1622 commit 5d30bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/net/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
//! [`Ipv6Addr`] are respectively IPv4 and IPv6 addresses
//! * [`SocketAddr`] represents socket addresses of either IPv4 or IPv6; [`SocketAddrV4`]
//! and [`SocketAddrV6`] are respectively IPv4 and IPv6 socket addresses
//! * [`ToSocketAddrs`] is a trait that used for generic address resolution when interacting
//! * [`ToSocketAddrs`] is a trait that is used for generic address resolution when interacting
//! with networking objects like [`TcpListener`], [`TcpStream`] or [`UdpSocket`]
//! * Other types are return or parameter types for various methods in this module
//!
Expand Down

0 comments on commit 5d30bfc

Please sign in to comment.