aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2020-04-30 22:22:03 +0200
committerGitHub <noreply@github.com>2020-04-30 22:22:03 +0200
commit0e071eadc2082e92112b200c7dabe3dbadb7eb7b (patch)
tree34089b1f1e0f826105fb56fb01ba1195cf8cad3e
parent861283ebd365d078288504669045505313345055 (diff)
parentb4851b94b5ad53ce777fd67892f17453448406a5 (diff)
downloadgo-git-0e071eadc2082e92112b200c7dabe3dbadb7eb7b.tar.gz
Merge pull request #49 from gopye/fix_patch_comment
Remove unnecessary text from comment
-rw-r--r--plumbing/object/patch.go2
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