Skip to content

Commit

Permalink
Merge pull request #1300 from DianaNites/patch-1
Browse files Browse the repository at this point in the history
Fix a typo in `gix::clone::PrepareFetch::new`, crate_opts -> create_opts
  • Loading branch information
Byron committed Feb 17, 2024
2 parents ed79aa7 + adbf8e8 commit e186199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gix/src/clone/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pub enum Error {

/// Instantiation
impl PrepareFetch {
/// Create a new repository at `path` with `crate_opts` which is ready to clone from `url`, possibly after making additional adjustments to
/// Create a new repository at `path` with `create_opts` which is ready to clone from `url`, possibly after making additional adjustments to
/// configuration and settings.
///
/// Note that this is merely a handle to perform the actual connection to the remote, and if any of it fails the freshly initialized repository
Expand Down

0 comments on commit e186199

Please sign in to comment.