Skip to content
This repository was archived by the owner on Sep 11, 2020. It is now read-only.

Commit d7e6cf5

Browse files
committed
dotgit: fix typo in comment
Signed-off-by: Javi Fontan <jfontan@gmail.com>
1 parent 82945e3 commit d7e6cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/filesystem/dotgit/dotgit.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ func (d *DotGit) Objects() ([]plumbing.Hash, error) {
300300
}
301301

302302
// ForEachObjectHash iterates over the hashes of objects found under the
303-
// .git/objects/ directory and executes the provided .
303+
// .git/objects/ directory and executes the provided function.
304304
func (d *DotGit) ForEachObjectHash(fun func(plumbing.Hash) error) error {
305305
if !d.Static {
306306
return d.forEachObjectHash(fun)

0 commit comments

Comments
 (0)