Skip to content

Commit 3ec0e2b

Browse files
authored
Update src/builder.rs
1 parent c6ef9d2 commit 3ec0e2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ impl SessionBuilder {
166166
/// This is a shortcut to specify a ProxyJump configuration directive.
167167
///
168168
/// Note that configuration directives specified by [`SessionBuilder`]
169-
/// does not apply to the jump hosts.
169+
/// do not apply to the jump hosts.
170170
///
171171
/// Use ~/.ssh/config to specify configuration for jump hosts.
172172
pub fn jump_hosts<T: AsRef<str>>(&mut self, hosts: impl IntoIterator<Item = T>) -> &mut Self {

0 commit comments

Comments
 (0)