comment typos
This commit is contained in:
parent
a5d237df8b
commit
a94cc27168
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user