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

Commit 163a675

Browse files
authored
fix typo
1 parent c0fd10c commit 163a675

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)