mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 22:06:20 +00:00
fix typo
This commit is contained in:
parent
5226e29a69
commit
dcb2d9e5ac
@ -20,7 +20,7 @@ a single holder is allowed, and a lock is used for mutual exclusion. This
|
||||
uses the [leader election algorithm](/docs/guides/leader-election.html).
|
||||
|
||||
If the lock holder count is more than one, then a semaphore is used instead.
|
||||
A semaphore allows more than a single holder, but the is less efficient than
|
||||
A semaphore allows more than a single holder, but this is less efficient than
|
||||
a simple lock. This follows the [semaphore algorithm](/docs/guides/semaphore.html).
|
||||
|
||||
All locks using the same prefix must agree on the value of `-n`. If conflicting
|
||||
|
Loading…
x
Reference in New Issue
Block a user