Skip to content

Commit

Permalink
Remove unnecessary tab
Browse files Browse the repository at this point in the history
Co-authored-by: Diogo Correia <[email protected]>
  • Loading branch information
fmata97 and diogotcorreia authored Mar 18, 2024
1 parent b0d543c commit f29a0e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/sd/0005-replicacao-e-tolerancia-a-faltas.md
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,7 @@ Propriedades:
a tolerância a faltas**
- A evolução do sistema é dada por uma **sequência totalmente ordenada de vistas**
- Exemplo: $V_1 = \Set{p_1, p_2, p_3}~V_2 = \Set{p_1, p_2, p_3, p_4}~
V_3 = \Set{p_1, p_2, p_3, p_4, p_5}~V_4 = \Set{p_2, p_3, p_4, p_5}$
V_3 = \Set{p_1, p_2, p_3, p_4, p_5}~V_4 = \Set{p_2, p_3, p_4, p_5}$
- Um processo é considerado correto numa vista $V_i$ se faz parte dessa vista
e de $V_{i\op{+}1}$
- Por outro lado, se um processo pertence à vista $V_i$ mas não faz parte
Expand Down

0 comments on commit f29a0e8

Please sign in to comment.