Skip to content

Commit 9f295e2

Browse files
authored
Merge pull request libgit2#5838 from mjsir911/msirabella/entrycount_typo_fix
Fix diff_entrycount -> diff_num_deltas doc typo
2 parents 34b9a04 + 9658559 commit 9f295e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/git2/diff.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -998,7 +998,7 @@ GIT_EXTERN(size_t) git_diff_num_deltas(const git_diff *diff);
998998
/**
999999
* Query how many diff deltas are there in a diff filtered by type.
10001000
*
1001-
* This works just like `git_diff_entrycount()` with an extra parameter
1001+
* This works just like `git_diff_num_deltas()` with an extra parameter
10021002
* that is a `git_delta_t` and returns just the count of how many deltas
10031003
* match that particular type.
10041004
*

0 commit comments

Comments
 (0)