Skip to content

Commit

Permalink
net: change quotes in docs (#6852)
Browse files Browse the repository at this point in the history
  • Loading branch information
vxzyfx committed Sep 21, 2024
1 parent b5de84d commit a302367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio/src/net/tcp/socket.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ cfg_net! {
/// // previous one.
/// //
/// // On Windows, this allows rebinding sockets which are actively in use,
/// // which allows socket hijacking, so we explicitly don't set it here.
/// // which allows "socket hijacking", so we explicitly don't set it here.
/// // https://docs.microsoft.com/en-us/windows/win32/winsock/using-so-reuseaddr-and-so-exclusiveaddruse
/// socket.set_reuseaddr(true)?;
/// socket.bind(addr)?;
Expand Down

0 comments on commit a302367

Please sign in to comment.