Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e68beb4

Browse files
authored
Fix typo for leader-election pattern description (iluwatar#1239)
1 parent a3c4d36 commit e68beb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

leader-election/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags:
99
---
1010

1111
## Intent
12-
Leader Election pattern is commonly used in cloud system design. It can help to ensure that task instances selec the leader instance correctly and do not conflict with each other, cause contention for shared resources, or inadvertently interfere with the work that other task instances are performing.
12+
Leader Election pattern is commonly used in cloud system design. It can help to ensure that task instances select the leader instance correctly and do not conflict with each other, cause contention for shared resources, or inadvertently interfere with the work that other task instances are performing.
1313

1414
## Class diagram
1515
![alt text](./etc/leader-election.urm.png "Leader Election pattern class diagram")

0 commit comments

Comments
 (0)