Skip to content

Commit 31e3c36

Browse files
authored
Merge pull request rust-lang#351 from pluehne/patrick/fix-typo-in-documentation
Fix typo in documentation
2 parents 350da20 + 7e18024 commit 31e3c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/remote_callbacks.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ impl<'a> RemoteCallbacks<'a> {
115115
/// Textual progress from the remote.
116116
///
117117
/// Text sent over the progress side-band will be passed to this function
118-
/// (this is the 'counting objects' output.
118+
/// (this is the 'counting objects' output).
119119
pub fn sideband_progress<F>(&mut self, cb: F) -> &mut RemoteCallbacks<'a>
120120
where F: FnMut(&[u8]) -> bool + 'a {
121121
self.sideband_progress = Some(Box::new(cb) as Box<TransportMessage<'a>>);

0 commit comments

Comments
 (0)