diff --git a/axum/src/serve.rs b/axum/src/serve.rs index fa5f2f71..7f825ef6 100644 --- a/axum/src/serve.rs +++ b/axum/src/serve.rs @@ -146,7 +146,7 @@ where { Ok(()) => {} Err(_err) => { - // This error only appears when the client doesn't send a request and + // This error only appears when the client doesn't send a request and // terminate the connection. // // If client sends one request then terminate connection whenever, it doesn't