Skip to content

Commit 9ccb715

Browse files
authored
doc: Fix a symbol issue
1 parent b5de84d commit 9ccb715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokio/src/net/tcp/socket.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ cfg_net! {
6363
/// // previous one.
6464
/// //
6565
/// // On Windows, this allows rebinding sockets which are actively in use,
66-
/// // which allows socket hijacking, so we explicitly don't set it here.
66+
/// // which allows "socket hijacking", so we explicitly don't set it here.
6767
/// // https://docs.microsoft.com/en-us/windows/win32/winsock/using-so-reuseaddr-and-so-exclusiveaddruse
6868
/// socket.set_reuseaddr(true)?;
6969
/// socket.bind(addr)?;

0 commit comments

Comments
 (0)