Skip to content

Commit 5bc3baa

Browse files
authored
Merge pull request #1155 from reddevilmidzy/master
fix: add a backtick
2 parents b82f801 + ba5e1b3 commit 5bc3baa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/repo.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2137,7 +2137,7 @@ impl Repository {
21372137
///
21382138
/// For compatibility with git, the repository is put into a merging state.
21392139
/// Once the commit is done (or if the user wishes to abort), you should
2140-
/// clear this state by calling cleanup_state().
2140+
/// clear this state by calling [`cleanup_state()`][Repository::cleanup_state].
21412141
pub fn merge(
21422142
&self,
21432143
annotated_commits: &[&AnnotatedCommit<'_>],

0 commit comments

Comments
 (0)