Unverified Commit 9f295e21 by Edward Thomson Committed by GitHub

Merge pull request #5838 from mjsir911/msirabella/entrycount_typo_fix

Fix diff_entrycount -> diff_num_deltas doc typo
parents 34b9a04c 96585597
...@@ -998,7 +998,7 @@ GIT_EXTERN(size_t) git_diff_num_deltas(const git_diff *diff); ...@@ -998,7 +998,7 @@ GIT_EXTERN(size_t) git_diff_num_deltas(const git_diff *diff);
/** /**
* Query how many diff deltas are there in a diff filtered by type. * Query how many diff deltas are there in a diff filtered by type.
* *
* This works just like `git_diff_entrycount()` with an extra parameter * This works just like `git_diff_num_deltas()` with an extra parameter
* that is a `git_delta_t` and returns just the count of how many deltas * that is a `git_delta_t` and returns just the count of how many deltas
* match that particular type. * match that particular type.
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment