From 3df9b65098ac243c609c22824f4d29a41f1ff053 Mon Sep 17 00:00:00 2001 From: "Suresh, Kamlesh" Date: Mon, 13 Apr 2020 12:39:33 -0400 Subject: [PATCH] spelling --- MVMCoreUI/FormUIHelpers/Rules/Rules/RulesProtocol.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MVMCoreUI/FormUIHelpers/Rules/Rules/RulesProtocol.swift b/MVMCoreUI/FormUIHelpers/Rules/Rules/RulesProtocol.swift index ee768a70..305b4c35 100644 --- a/MVMCoreUI/FormUIHelpers/Rules/Rules/RulesProtocol.swift +++ b/MVMCoreUI/FormUIHelpers/Rules/Rules/RulesProtocol.swift @@ -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 {