[ISSUE] Typographical error on line 49 in domain_list_match.go file
midedickson opened this issue · 1 comments
midedickson commented
New issue checklist
- I have updated
truemail-go
to the latest version - I have read the Contribution Guidelines
- I have read the documentation
- I have searched for existing GitHub issues
[ISSUE] Typographical error on line 49 in domain_list_match.go file
Issue description
// Returns true if whitelist validation enebled, otherwise returns false
func (validation *validationDomainListMatch) isWhitelistValidation() bool {
validatorResult := validation.result
return validatorResult.Configuration.WhitelistValidation
}
As seen above, the comment reads Returns true if whitelist validation "enabled"
This is a typo, as the word should be "enabled"
bestwebua commented
Hi, @Double-DOS! Thank you so much for report. Done 🍺