Skip to content

Commit b778ea9

Browse files
committed
Clean up doc comment.
Signed-off-by: Aalekh Patel <aalekh.gwpeck.7998@icloud.com>
1 parent 76ed358 commit b778ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/command.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ pub trait OverSsh {
5757
}
5858

5959
impl OverSsh for std::process::Command {
60-
/// Given a session, convert a std::process::Command into an `openssh::Command`
60+
/// Given a session, convert a `std::process::Command` into an `openssh::Command`
6161
/// that can be executed over that session.
6262
/// ```no_run
6363
/// use std::process::Command;

0 commit comments

Comments
 (0)