From b4851b94b5ad53ce777fd67892f17453448406a5 Mon Sep 17 00:00:00 2001 From: gopye Date: Wed, 29 Apr 2020 21:24:01 -0700 Subject: Remove unnecessary text from comment --- plumbing/object/patch.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plumbing') 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 -- cgit