aboutsummaryrefslogtreecommitdiff
path: root/chapter/6/counters.md
diff options
context:
space:
mode:
authorAviral Goel <goel.aviral@gmail.com>2016-12-19 14:25:21 -0500
committerAviral Goel <goel.aviral@gmail.com>2016-12-19 14:25:21 -0500
commitf27ba2bd06be195a06fe11b571aebd9a7c1ef930 (patch)
tree50ef220a5c92e1e53aa1f8555710fcc87798ecc9 /chapter/6/counters.md
parent2a9048a1f87a2fcff1d9fcdd035108cec4b44a14 (diff)
Corrected text
Diffstat (limited to 'chapter/6/counters.md')
-rw-r--r--chapter/6/counters.md2
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"/>