From f7988398d00e4d20ac8b480e1d239d403097312e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E6=89=8B=E6=8E=89=E5=8C=85=E5=B7=A5=E7=A8=8B?= =?UTF-8?q?=E5=B8=88?= Date: Mon, 14 Aug 2023 14:23:39 +0800 Subject: [PATCH] Remove redundant space in the comment (#2172) Signed-off-by: hi-rustin --- axum/src/serve.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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