mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-03-31 09:05:45 +00:00
update comment
This commit is contained in:
parent
af4a55659b
commit
fe22b84916
1 changed files with 1 additions and 1 deletions
|
|
@ -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));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue