Merge pull request #5126 from judwhite/patch-2

raft/doc.go: add missing }
This commit is contained in:
Xiang Li 2016-04-19 07:25:31 -07:00
commit 668ea89980

View File

@ -137,6 +137,7 @@ The total state machine handling loop will look something like this:
cc.Unmarshal(entry.Data)
s.Node.ApplyConfChange(cc)
}
}
s.Node.Advance()
case <-s.done:
return