Skip to content

Commit 38681b1

Browse files
fix: add a backtick
1 parent b82f801 commit 38681b1

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()`.
21412141
pub fn merge(
21422142
&self,
21432143
annotated_commits: &[&AnnotatedCommit<'_>],

0 commit comments

Comments
 (0)