Переглянути джерело

linting issue

Signed-off-by: Andrew Kutta <andrew.kutta@gmail.com>
Andrew Kutta 6 роки тому
батько
коміт
f417692059
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      internal/plumbing/tree_diff.go

+ 1 - 1
internal/plumbing/tree_diff.go

@@ -47,7 +47,7 @@ const (
 	// allLanguages denotes passing all files in.
 	allLanguages = "all"
 
-	// ConfigTreeDiffFilteredRegex is the name of the configuration option
+	// ConfigTreeDiffFilterRegex is the name of the configuration option
 	// (TreeDiff.Configure()) which makes FileDiff consider only those files which have names matching this regexp.
 	ConfigTreeDiffFilterRegex = "TreeDiff.FilteredRegexes"
 )