comment typos
This commit is contained in:
parent
a5d237df8b
commit
a94cc27168
@ -23,7 +23,7 @@ public enum MVMCoreEvent {
|
|||||||
error: Error?
|
error: Error?
|
||||||
)
|
)
|
||||||
|
|
||||||
/// Could not find the action specified..
|
/// Could not find the action specified.
|
||||||
case actionNotFound(
|
case actionNotFound(
|
||||||
name: String,
|
name: String,
|
||||||
pageType: String
|
pageType: String
|
||||||
@ -37,7 +37,7 @@ public enum MVMCoreEvent {
|
|||||||
model: ActionModelProtocol
|
model: ActionModelProtocol
|
||||||
)
|
)
|
||||||
|
|
||||||
/// The core action handler fail to complete the action.
|
/// The core action handler failed to complete the action.
|
||||||
case actionFailed(
|
case actionFailed(
|
||||||
name: String,
|
name: String,
|
||||||
pageType: String,
|
pageType: String,
|
||||||
@ -64,7 +64,7 @@ public enum MVMCoreEvent {
|
|||||||
actionId: String
|
actionId: String
|
||||||
)
|
)
|
||||||
|
|
||||||
/// The client perameter handler was invoked and is in progress.
|
/// The client parameter handler was invoked and is in progress.
|
||||||
case clientParameterStartFetch(
|
case clientParameterStartFetch(
|
||||||
name: String,
|
name: String,
|
||||||
uuid: String,
|
uuid: String,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user