We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2afca78 commit 7fe1622Copy full SHA for 7fe1622
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