Skip to content

Commit f2e2b56

Browse files
committed
ToSocketAddrs: fix typo
1 parent be50456 commit f2e2b56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/src/net/socket_addr.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ use crate::{io, iter, option, slice, vec};
101101
/// assert_eq!(err.kind(), io::ErrorKind::InvalidInput);
102102
/// ```
103103
///
104-
/// [`TcpStream::connect`] is an example of an function that utilizes
104+
/// [`TcpStream::connect`] is an example of a function that utilizes
105105
/// `ToSocketAddrs` as a trait bound on its parameter in order to accept
106106
/// different types:
107107
///

0 commit comments

Comments
 (0)