We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c1f252 commit 7b255efCopy full SHA for 7b255ef
fsm.go
@@ -84,7 +84,7 @@ type Callback func(*Event)
84
// Events is a shorthand for defining the transition map in NewFSM.
85
type Events []EventDesc
86
87
-// Callbacks is a shorthand for defining the callbacks in NewFSM.a
+// Callbacks is a shorthand for defining the callbacks in NewFSM.
88
type Callbacks map[string]Callback
89
90
// NewFSM constructs a FSM from events and callbacks.
0 commit comments