We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 725b57b + 86b764a commit caf8bb1Copy full SHA for caf8bb1
src/repo.rs
@@ -1484,7 +1484,7 @@ impl Repository {
1484
/// after this completes, resolve any conflicts and prepare a commit.
1485
///
1486
/// For compatibility with git, the repository is put into a merging state.
1487
- /// Once the commit is done (or if the uses wishes to abort), you should
+ /// Once the commit is done (or if the user wishes to abort), you should
1488
/// clear this state by calling git_repository_state_cleanup().
1489
pub fn merge(&self,
1490
annotated_commits: &[&AnnotatedCommit],
0 commit comments