mirror of
https://github.com/status-im/consul.git
synced 2025-01-13 07:14:37 +00:00
doc: fix trivial typo s/NewFSMPath/NewFSM/
This commit is contained in:
parent
cff05be5b4
commit
c3637e6ed7
@ -42,7 +42,7 @@ type snapshotHeader struct {
|
||||
LastIndex uint64
|
||||
}
|
||||
|
||||
// NewFSMPath is used to construct a new FSM with a blank state
|
||||
// NewFSM is used to construct a new FSM with a blank state
|
||||
func NewFSM(gc *state.TombstoneGC, logOutput io.Writer) (*consulFSM, error) {
|
||||
stateNew, err := state.NewStateStore(gc)
|
||||
if err != nil {
|
||||
|
Loading…
x
Reference in New Issue
Block a user