aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--storage/filesystem/dotgit/dotgit.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/filesystem/dotgit/dotgit.go b/storage/filesystem/dotgit/dotgit.go
index 41e5c75..c42ed88 100644
--- a/storage/filesystem/dotgit/dotgit.go
+++ b/storage/filesystem/dotgit/dotgit.go
@@ -300,7 +300,7 @@ func (d *DotGit) Objects() ([]plumbing.Hash, error) {
}
// ForEachObjectHash iterates over the hashes of objects found under the
-// .git/objects/ directory and executes the provided .
+// .git/objects/ directory and executes the provided function.
func (d *DotGit) ForEachObjectHash(fun func(plumbing.Hash) error) error {
if !d.Static {
return d.forEachObjectHash(fun)