diff options
Diffstat (limited to 'chapter/6/counters.md')
| -rw-r--r-- | chapter/6/counters.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter/6/counters.md b/chapter/6/counters.md index 95b6c5d..67e822a 100644 --- a/chapter/6/counters.md +++ b/chapter/6/counters.md @@ -299,7 +299,7 @@ The figure below shows an execution trace of three replicas confirming to this s <img src="{{ site.baseurl }}/chapter/6/resources/images/counters/state-based-increment-and-decrement-counter-correct.png" alt="State based increment and decrement counter (correct)"/> </figure> -This design converges to the correct value. This provides us an eventually consistent state based increment and decrement counter. You can take a look at the lattice to convince yourself. +This design converges to the correct value. This provides us an eventually consistent state based increment and decrement counter. We can take a look at the lattice formed by the state to convince ourselves. <figure class="fullwidth"> <img src="{{ site.baseurl }}/chapter/6/resources/images/counters/state-based-increment-and-decrement-counter-correct-lattice.png" alt="State based increment and decrement counter(correct) lattice"/> |
