Skip to content

Commit

Permalink
Merge pull request #87 from codesoap/typo_internal
Browse files Browse the repository at this point in the history
Fix typo "internal"
  • Loading branch information
qmuntal committed Aug 30, 2024
2 parents 2fa91c8 + d5c3898 commit 781d2c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func (sc *StateConfiguration) Machine() *StateMachine {
return sc.sm
}

// InitialTransition adds internal transition to this state.
// InitialTransition adds an initial transition to this state.
// When entering the current state the state machine will look for an initial transition,
// and enter the target state.
func (sc *StateConfiguration) InitialTransition(targetState State) *StateConfiguration {
Expand Down

0 comments on commit 781d2c2

Please sign in to comment.