update comment

This commit is contained in:
yggverse 2024-11-30 19:14:30 +02:00
parent af4a55659b
commit fe22b84916

View file

@ -78,7 +78,7 @@ impl Session {
return Err(Error::Connection(e));
}
// Close previous session connection
// Close previous session connections
if let Err(e) = connection.close() {
return Err(Error::Connection(e));
}