File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -422,7 +422,7 @@ impl UdpSocket {
422422 /// Sets the value of the `IP_MULTICAST_LOOP` option for this socket.
423423 ///
424424 /// If enabled, multicast packets will be looped back to the local socket.
425- /// Note that this may not have any affect on IPv6 sockets.
425+ /// Note that this may not have any effect on IPv6 sockets.
426426 ///
427427 /// # Examples
428428 ///
@@ -464,7 +464,7 @@ impl UdpSocket {
464464 /// this socket. The default value is 1 which means that multicast packets
465465 /// don't leave the local network unless explicitly requested.
466466 ///
467- /// Note that this may not have any affect on IPv6 sockets.
467+ /// Note that this may not have any effect on IPv6 sockets.
468468 ///
469469 /// # Examples
470470 ///
You can’t perform that action at this time.
0 commit comments