Skip to content

Commit a6f13cc

Browse files
iabervongitster
authored andcommitted
Correct name of diff_flush() in API documentation
Signed-off-by: Daniel Barkalow <barkalow@iabervon.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent b75bb1d commit a6f13cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/technical/api-diff.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Calling sequence
3939
* Once you finish feeding the pairs of files, call `diffcore_std()`.
4040
This will tell the diffcore library to go ahead and do its work.
4141

42-
* Calling `diffcore_flush()` will produce the output.
42+
* Calling `diff_flush()` will produce the output.
4343

4444

4545
Data structures

0 commit comments

Comments
 (0)