Skip to content

Commit b24d8be

Browse files
NobodyXujonhoo
andauthored
Update src/session.rs
Co-authored-by: Jon Gjengset <[email protected]>
1 parent 57c0253 commit b24d8be

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/session.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,8 +317,9 @@ impl Session {
317317
}
318318

319319
/// Terminate the remote connection.
320-
/// It would terminate the ssh multiplex server
321-
/// regardless of how it is created.
320+
///
321+
/// This destructor terminates the ssh multiplex server
322+
/// regardless of how it was created.
322323
pub async fn close(self) -> Result<(), Error> {
323324
delegate!(self.0, imp, { imp.close().await })
324325
}

0 commit comments

Comments
 (0)