Skip to content

Commit 7b255ef

Browse files
author
Jan Steinke
authored
fix typo (#58)
closes: #53
1 parent 9c1f252 commit 7b255ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fsm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ type Callback func(*Event)
8484
// Events is a shorthand for defining the transition map in NewFSM.
8585
type Events []EventDesc
8686

87-
// Callbacks is a shorthand for defining the callbacks in NewFSM.a
87+
// Callbacks is a shorthand for defining the callbacks in NewFSM.
8888
type Callbacks map[string]Callback
8989

9090
// NewFSM constructs a FSM from events and callbacks.

0 commit comments

Comments
 (0)