We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33374fa commit 0789a1dCopy full SHA for 0789a1d
src/libstd/net/addr.rs
@@ -759,7 +759,7 @@ impl hash::Hash for SocketAddrV6 {
759
/// ```
760
///
761
/// [`TcpStream::connect`] is an example of an function that utilizes
762
-/// `ToSocketsAddr` as a trait bound on its parameter in order to accept
+/// `ToSocketAddrs` as a trait bound on its parameter in order to accept
763
/// different types:
764
765
/// ```no_run
0 commit comments