We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76ed358 commit b778ea9Copy full SHA for b778ea9
src/command.rs
@@ -57,7 +57,7 @@ pub trait OverSsh {
57
}
58
59
impl OverSsh for std::process::Command {
60
- /// Given a session, convert a std::process::Command into an `openssh::Command`
+ /// Given a session, convert a `std::process::Command` into an `openssh::Command`
61
/// that can be executed over that session.
62
/// ```no_run
63
/// use std::process::Command;
0 commit comments