Skip to content

Commit e186199

Browse files
authored
Merge pull request #1300 from DianaNites/patch-1
Fix a typo in `gix::clone::PrepareFetch::new`, crate_opts -> create_opts
2 parents ed79aa7 + adbf8e8 commit e186199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gix/src/clone/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ pub enum Error {
5555

5656
/// Instantiation
5757
impl PrepareFetch {
58-
/// Create a new repository at `path` with `crate_opts` which is ready to clone from `url`, possibly after making additional adjustments to
58+
/// Create a new repository at `path` with `create_opts` which is ready to clone from `url`, possibly after making additional adjustments to
5959
/// configuration and settings.
6060
///
6161
/// 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

0 commit comments

Comments
 (0)