Replace non-breaking space with regular space

Includes-commit: 0560e0ff05
Replicated-from: https://github.com/cloudflare/pingora/pull/356
This commit is contained in:
Zero King 2024-08-18 10:09:20 +00:00 committed by Edward Wang
parent 444186eb71
commit 61700443bf
2 changed files with 2 additions and 2 deletions

2
.bleep
View file

@ -1 +1 @@
856e8cec6eaf3ad55fd83b85a85591bfd7dbe1dc
d4fa38fb7c9b12dd533b95a9d0352e8693dafe14

View file

@ -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