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 c6ef9d2 commit 3ec0e2bCopy full SHA for 3ec0e2b
src/builder.rs
@@ -166,7 +166,7 @@ impl SessionBuilder {
166
/// This is a shortcut to specify a ProxyJump configuration directive.
167
///
168
/// Note that configuration directives specified by [`SessionBuilder`]
169
- /// does not apply to the jump hosts.
+ /// do not apply to the jump hosts.
170
171
/// Use ~/.ssh/config to specify configuration for jump hosts.
172
pub fn jump_hosts<T: AsRef<str>>(&mut self, hosts: impl IntoIterator<Item = T>) -> &mut Self {
0 commit comments