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

Commit bf3b1f1

Browse files
authored
Merge pull request #710 from wellsjo/patch-1
fix typo
2 parents c0fd10c + 163a675 commit bf3b1f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plumbing/format/gitignore/pattern.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const (
1313
NoMatch MatchResult = iota
1414
// Exclude defines an exclusion of a file as a result of a match check
1515
Exclude
16-
// Exclude defines an explicit inclusion of a file as a result of a match check
16+
// Include defines an explicit inclusion of a file as a result of a match check
1717
Include
1818
)
1919

0 commit comments

Comments
 (0)