Преглед изворни кода

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"
 )