This commit is contained in:
Suresh, Kamlesh 2020-04-13 12:39:33 -04:00
parent 93b43d6333
commit 3df9b65098

View File

@ -41,7 +41,7 @@ public extension RulesProtocol {
return "\(RulesProtocol.self)"
}
// Indiviidual rule can override the function to validate based on the rule type.
// Individual rule can override the function to validate based on the rule type.
func validate(_ fieldMolecules: [String: FormFieldProtocol]) -> Bool {
var valid = true
for formKey in fields {