Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
chore: typos
Browse files Browse the repository at this point in the history
Signed-off-by: Valery Piashchynski <[email protected]>
  • Loading branch information
rustatian committed May 11, 2023
1 parent 6bd1f1b commit 572cf49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fsm/fsm.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func (s *Fsm) Compare(state int64) bool {
}

/*
Transition moves endure from one state to another
Transition moves worker from one state to another
*/
func (s *Fsm) Transition(to int64) {
err := s.recognizer(to)
Expand Down

0 comments on commit 572cf49

Please sign in to comment.