Merge pull request #16283 from lance5890/fix_typo_in_raft.go

update typo in raft.go
This commit is contained in:
Benjamin Wang 2023-07-24 12:42:37 +01:00 committed by GitHub
commit d204487b6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -223,7 +223,7 @@ func (r *raftNode) start(rh *raftReadyHandler) {
return
}
// the leader can write to its disk in parallel with replicating to the followers and them
// the leader can write to its disk in parallel with replicating to the followers and then
// writing to their disks.
// For more details, check raft thesis 10.2.1
if islead {