update comment

This commit is contained in:
yggverse 2024-11-30 05:28:41 +02:00
parent 2e6cdb000b
commit e86a556863

View file

@ -69,7 +69,7 @@ impl Connection {
Ok(())
}
/// Request force handshake for `Self` connection
/// Request force handshake for `Self`
/// * useful for certificate change in runtime
/// * support guest and user sessions
pub fn rehandshake(&self) -> Result<(), Error> {