diff --git a/src/remote.rs b/src/remote.rs index c8f5a935a6..807c108e1d 100644 --- a/src/remote.rs +++ b/src/remote.rs @@ -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> {