Merge pull request #524 from josharian/doc-params

provide param names in DiffForEachFileCallback

(cherry picked from commit 917d8dcb9e)
This commit is contained in:
lhchavez 2020-02-12 17:00:02 -08:00
parent f3992bae37
commit cba876ecd1
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ type diffForEachData struct {
Error error Error error
} }
type DiffForEachFileCallback func(DiffDelta, float64) (DiffForEachHunkCallback, error) type DiffForEachFileCallback func(delta DiffDelta, progress float64) (DiffForEachHunkCallback, error)
type DiffDetail int type DiffDetail int