comment typos

This commit is contained in:
Hedden, Kyle Matthew 2023-10-02 20:22:44 -04:00
parent a5d237df8b
commit a94cc27168

View File

@ -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,