Skip to content

Commit

Permalink
Merge pull request #1016 from giraugh/patch-1
Browse files Browse the repository at this point in the history
Fix syntax of example `git fetch`
  • Loading branch information
ehuss authored Feb 3, 2024
2 parents 0731960 + 3d5fb21 commit 93dc901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/remote.rs
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ impl<'repo> Remote<'repo> {
///
/// # Examples
///
/// Example of functionality similar to `git fetch origin/main`:
/// Example of functionality similar to `git fetch origin main`:
///
/// ```no_run
/// fn fetch_origin_main(repo: git2::Repository) -> Result<(), git2::Error> {
Expand Down

0 comments on commit 93dc901

Please sign in to comment.