KStateMachine / kstatemachine

KStateMachine is a powerful Kotlin Multiplatform library with clean DSL syntax for creating complex state machines and statecharts driven by Kotlin Coroutines.
https://kstatemachine.github.io/kstatemachine/
Boost Software License 1.0
358 stars 21 forks source link

Outdated error message #68

Closed lynnkale closed 1 year ago

lynnkale commented 1 year ago

I tried to create a state machine without enabling undo, and then attempted to undo. I got the following (very helpful!) error message: "... createStateMachine(isUndoEnabled = true) argument to enable it ..."

However the actual parameter is enableUndo not isUndoEnabled. This message should be updated to reflect the variable name.

nsk90 commented 1 year ago

done b9c09c9e9b82015199b740680562dd79e612f745