Skip to content

Commit 9dda3c7

Browse files
committed
fix typo
1 parent 2c2ad16 commit 9dda3c7

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
@@ -955,7 +955,7 @@ fn into_linger(duration: Option<Duration>) -> sys::linger {
955955
/// * Linux: <https://man7.org/linux/man-pages/man7/ip.7.html>
956956
/// * Windows: <https://docs.microsoft.com/en-us/windows/win32/winsock/ipproto-ip-socket-options>
957957
impl Socket {
958-
/// Get the value of the `IP_TRANSPARENTF` option on this socket.
958+
/// Get the value of the `IP_TRANSPARENT` option on this socket.
959959
///
960960
/// For more information about this option, see [`set_ip_transparent`].
961961
///

0 commit comments

Comments
 (0)