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.
git fetch
1 parent 0731960 commit 3d5fb21Copy full SHA for 3d5fb21
src/remote.rs
@@ -290,7 +290,7 @@ impl<'repo> Remote<'repo> {
290
///
291
/// # Examples
292
293
- /// Example of functionality similar to `git fetch origin/main`:
+ /// Example of functionality similar to `git fetch origin main`:
294
295
/// ```no_run
296
/// fn fetch_origin_main(repo: git2::Repository) -> Result<(), git2::Error> {
0 commit comments