We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ed008a commit 48b6069Copy full SHA for 48b6069
src/libstd/net/udp.rs
@@ -422,7 +422,7 @@ impl UdpSocket {
422
/// Sets the value of the `IP_MULTICAST_LOOP` option for this socket.
423
///
424
/// If enabled, multicast packets will be looped back to the local socket.
425
- /// Note that this may not have any affect on IPv6 sockets.
+ /// Note that this may not have any effect on IPv6 sockets.
426
427
/// # Examples
428
@@ -464,7 +464,7 @@ impl UdpSocket {
464
/// this socket. The default value is 1 which means that multicast packets
465
/// don't leave the local network unless explicitly requested.
466
467
468
469
470
0 commit comments