diff options
author | gopye <gopye@tuta.io> | 2020-04-29 21:24:01 -0700 |
---|---|---|
committer | gopye <gopye@tuta.io> | 2020-04-29 21:24:01 -0700 |
commit | b4851b94b5ad53ce777fd67892f17453448406a5 (patch) | |
tree | 56cf02005f313202e1703eec9212ce149d549279 /plumbing/object/patch.go | |
parent | dcaccf7ad7fdb9e5563c8dc8a9b2fc1f3d871581 (diff) | |
download | go-git-b4851b94b5ad53ce777fd67892f17453448406a5.tar.gz |
Remove unnecessary text from comment
Diffstat (limited to 'plumbing/object/patch.go')
-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 |