Skip to content

Commit b9ae9e9

Browse files
committed
fix typo
1 parent e3469c1 commit b9ae9e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/socket.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,7 @@ fn into_linger(duration: Option<Duration>) -> sys::linger {
925925
/// * Linux: <https://man7.org/linux/man-pages/man7/ip.7.html>
926926
/// * Windows: <https://docs.microsoft.com/en-us/windows/win32/winsock/ipproto-ip-socket-options>
927927
impl Socket {
928-
/// Get the value of the `IP_TRANSPARENTF` option on this socket.
928+
/// Get the value of the `IP_TRANSPARENT` option on this socket.
929929
///
930930
/// For more information about this option, see [`set_ip_transparent`].
931931
///

0 commit comments

Comments
 (0)