mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-24 00:00:11 +02:00
net: typo in socket.rs (#3663)
This commit is contained in:
@@ -448,7 +448,7 @@ impl TcpSocket {
|
||||
/// `backlog` defines the maximum number of pending connections are queued
|
||||
/// by the operating system at any given time. Connection are removed from
|
||||
/// the queue with [`TcpListener::accept`]. When the queue is full, the
|
||||
/// operationg-system will start rejecting connections.
|
||||
/// operating-system will start rejecting connections.
|
||||
///
|
||||
/// [`TcpListener::accept`]: TcpListener::accept
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user