Skip to content

Commit

Permalink
dotgit: fix typo in comment
Browse files Browse the repository at this point in the history
Signed-off-by: Javi Fontan <[email protected]>
  • Loading branch information
jfontan committed Aug 30, 2018
1 parent 82945e3 commit d7e6cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/filesystem/dotgit/dotgit.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d7e6cf5

Please sign in to comment.