瀏覽代碼

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