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

Commit 3ad3486

Browse files
smoladpordomingo
andauthored
Update merge_base.go
Signed-off-by: David Pordomingo <[email protected]> Co-Authored-By: smola <[email protected]> Co-Authored-By: dpordomingo <[email protected]>
1 parent 855acd2 commit 3ad3486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

merge_base.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ func IsAncestor(
6262

6363
// ancestorsIndex returns a map with the ancestors of the starting commit if the
6464
// excluded one is not one of them. It returns errIsReachable if the excluded commit
65-
// is ancestor of the starting, or another error if the history is not transversable.
65+
// is ancestor of the starting, or another error if the history is not traversable.
6666
func ancestorsIndex(excluded, starting *object.Commit) (map[plumbing.Hash]struct{}, error) {
6767
if excluded.Hash.String() == starting.Hash.String() {
6868
return nil, errIsReachable

0 commit comments

Comments
 (0)