We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 09f4f7c + 7fe1622 commit 5d30bfcCopy full SHA for 5d30bfc
library/std/src/net/mod.rs
@@ -11,7 +11,7 @@
11
//! [`Ipv6Addr`] are respectively IPv4 and IPv6 addresses
12
//! * [`SocketAddr`] represents socket addresses of either IPv4 or IPv6; [`SocketAddrV4`]
13
//! and [`SocketAddrV6`] are respectively IPv4 and IPv6 socket addresses
14
-//! * [`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
15
//! with networking objects like [`TcpListener`], [`TcpStream`] or [`UdpSocket`]
16
//! * Other types are return or parameter types for various methods in this module
17
//!
0 commit comments