From 90c1bbd07862c6e1c3ce80306d69eee8ed277056 Mon Sep 17 00:00:00 2001 From: Sergio Arbeo Date: Mon, 30 Jan 2017 19:04:46 +0100 Subject: Fix some typos in plumbing docs (#244) --- plumbing/format/packfile/common.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plumbing/format/packfile/common.go') diff --git a/plumbing/format/packfile/common.go b/plumbing/format/packfile/common.go index 7da2b33..6402cd0 100644 --- a/plumbing/format/packfile/common.go +++ b/plumbing/format/packfile/common.go @@ -20,7 +20,7 @@ const ( maskType = uint8(112) // 0111 0000 ) -// UpdateObjectStorage updates the given ObjectStorer with the contents of the +// UpdateObjectStorage updates the given storer.EncodedObjectStorer with the contents of the // packfile. func UpdateObjectStorage(s storer.EncodedObjectStorer, packfile io.Reader) error { if sw, ok := s.(storer.PackfileWriter); ok { -- cgit