Skip to content

Commit 446b59c

Browse files
committed
Update name of referenced property in comment
1 parent 645117e commit 446b59c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stateMachine/StateExecutor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export class StateExecutor {
121121
nextState,
122122
isEndState,
123123
} = await this.stateHandlers[this.stateDefinition.Type](
124-
// @ts-expect-error Indexing `this.stateActions` by non-literal value produces a `never` type for the `this.stateDefinition` parameter of the handler being called
124+
// @ts-expect-error Indexing `this.stateHandlers` by non-literal value produces a `never` type for the `this.stateDefinition` parameter of the handler being called
125125
this.stateDefinition,
126126
rawInput,
127127
processedInput,

0 commit comments

Comments
 (0)