Skip to content

Commit adbf8e8

Browse files
authored
Fix a typo in gix::clone::PrepareFetch::new, crate_opts -> create_opts
Fix a documentation typo in `gix::clone::PrepareFetch::new` crate_opts -> create_opts
1 parent ed79aa7 commit adbf8e8

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)