Typo fix: evalutes->evaluates

pull/3994/head
AdamDang 7 years ago committed by GitHub
parent 2b7d216e87
commit 07bebe6bff
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