From a94cc27168b1b10fcde9a84de21f0f7e86a43f89 Mon Sep 17 00:00:00 2001 From: "Hedden, Kyle Matthew" Date: Mon, 2 Oct 2023 20:22:44 -0400 Subject: [PATCH] comment typos --- MVMCore/MVMCore/OtherHandlers/MVMCoreEvent.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MVMCore/MVMCore/OtherHandlers/MVMCoreEvent.swift b/MVMCore/MVMCore/OtherHandlers/MVMCoreEvent.swift index d5bd26c..0091b71 100644 --- a/MVMCore/MVMCore/OtherHandlers/MVMCoreEvent.swift +++ b/MVMCore/MVMCore/OtherHandlers/MVMCoreEvent.swift @@ -23,7 +23,7 @@ public enum MVMCoreEvent { error: Error? ) - /// Could not find the action specified.. + /// Could not find the action specified. case actionNotFound( name: String, pageType: String @@ -37,7 +37,7 @@ public enum MVMCoreEvent { model: ActionModelProtocol ) - /// The core action handler fail to complete the action. + /// The core action handler failed to complete the action. case actionFailed( name: String, pageType: String, @@ -64,7 +64,7 @@ public enum MVMCoreEvent { actionId: String ) - /// The client perameter handler was invoked and is in progress. + /// The client parameter handler was invoked and is in progress. case clientParameterStartFetch( name: String, uuid: String,