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.
1 parent 7f4fa17 commit 9658559Copy full SHA for 9658559
include/git2/diff.h
@@ -998,7 +998,7 @@ GIT_EXTERN(size_t) git_diff_num_deltas(const git_diff *diff);
998
/**
999
* Query how many diff deltas are there in a diff filtered by type.
1000
*
1001
- * This works just like `git_diff_entrycount()` with an extra parameter
+ * This works just like `git_diff_num_deltas()` with an extra parameter
1002
* that is a `git_delta_t` and returns just the count of how many deltas
1003
* match that particular type.
1004
0 commit comments