Skip to content

Commit c79e2d2

Browse files
committed
Update example in doc of Sftp::subsystem
Signed-off-by: Jiahao XU <[email protected]>
1 parent c963367 commit c79e2d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/session.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ impl Session {
225225
/// # async fn main() -> Result<(), Box<dyn Error>> {
226226
///
227227
/// use openssh::{Session, KnownHosts, Stdio};
228-
/// use openssh_sftp_client::highlevel::Sftp;
228+
/// use openssh_sftp_client::Sftp;
229229
///
230230
/// let session = Session::connect_mux("[email protected]", KnownHosts::Strict).await?;
231231
///

0 commit comments

Comments
 (0)