Skip to content

Commit fe55127

Browse files
authored
Fix typo in PushOptions docs (#846)
1 parent fe71885 commit fe55127

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/remote.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -608,13 +608,13 @@ impl<'cb> PushOptions<'cb> {
608608
}
609609
}
610610

611-
/// Set the callbacks to use for the fetch operation.
611+
/// Set the callbacks to use for the push operation.
612612
pub fn remote_callbacks(&mut self, cbs: RemoteCallbacks<'cb>) -> &mut Self {
613613
self.callbacks = Some(cbs);
614614
self
615615
}
616616

617-
/// Set the proxy options to use for the fetch operation.
617+
/// Set the proxy options to use for the push operation.
618618
pub fn proxy_options(&mut self, opts: ProxyOptions<'cb>) -> &mut Self {
619619
self.proxy = Some(opts);
620620
self

0 commit comments

Comments
 (0)