diff options
-rw-r--r-- | plumbing/object/patch.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plumbing/object/patch.go b/plumbing/object/patch.go index be1e609..1135a40 100644 --- a/plumbing/object/patch.go +++ b/plumbing/object/patch.go @@ -115,7 +115,7 @@ func fileContent(f *File) (content string, isBinary bool, err error) { return } -// textPatch is an implementation of fdiff.Patch interface +// Patch is an implementation of fdiff.Patch interface type Patch struct { message string filePatches []fdiff.FilePatch |