From 0560e0ff05481465e926766ba1d6791c12a96944 Mon Sep 17 00:00:00 2001 From: Zero King Date: Sun, 18 Aug 2024 18:09:20 +0800 Subject: [PATCH] Replace non-breaking space with regular space --- pingora-core/src/upstreams/peer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pingora-core/src/upstreams/peer.rs b/pingora-core/src/upstreams/peer.rs index c4a23a88..408c4f16 100644 --- a/pingora-core/src/upstreams/peer.rs +++ b/pingora-core/src/upstreams/peer.rs @@ -67,7 +67,7 @@ pub trait Peer: Display + Clone { fn tls(&self) -> bool; /// The SNI to send, if TLS is used fn sni(&self) -> &str; - /// To decide whether a [`Peer`] can use the connection established by another [`Peer`]. + /// To decide whether a [`Peer`] can use the connection established by another [`Peer`]. /// /// The connections to two peers are considered reusable to each other if their reuse hashes are /// the same