mirror of
https://github.com/tailscale/tailscale.git
synced 2025-05-01 21:21:04 +00:00
typo in comment
This commit is contained in:
parent
daba4ab7e0
commit
d7e7077c2b
@ -4,7 +4,7 @@
|
||||
// Package tsconsensus implements a consensus algorithm for a group of tsnet.Servers
|
||||
//
|
||||
// The Raft consensus algorithm relies on you implementing a state machine that will give the same
|
||||
// result to a give command as long as the same logs have been applied in the same order.
|
||||
// result to a given command as long as the same logs have been applied in the same order.
|
||||
//
|
||||
// tsconsensus uses the hashicorp/raft library to implement leader elections and log application.
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user