Merge pull request #3994 from AdamDang/patch-9

Typo fix: evalutes->evaluates
pull/3991/merge
Matthew Fisher 7 years ago committed by GitHub
commit 687148650c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -77,7 +77,7 @@ func (r *Rules) Len() int {
return len(r.patterns) return len(r.patterns)
} }
// Ignore evalutes the file at the given path, and returns true if it should be ignored. // Ignore evaluates the file at the given path, and returns true if it should be ignored.
// //
// Ignore evaluates path against the rules in order. Evaluation stops when a match // Ignore evaluates path against the rules in order. Evaluation stops when a match
// is found. Matching a negative rule will stop evaluation. // is found. Matching a negative rule will stop evaluation.

Loading…
Cancel
Save