We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f214b9e commit 4b19f14Copy full SHA for 4b19f14
source/core/causal-consistency-read-write-concerns.txt
@@ -175,8 +175,8 @@ the following causal consistency guarantees:
175
* - |checkmark| **Read own writes**
176
177
- | Read\ :sub:`1` reads data from ``S``\ :sub:`2` that reflects a state after Write\ :sub:`1`.
178
- | Read\ :sub:`2` reads data from ``S``\ :sub:`1` that
179
- reflects a state after Write1\ :sub:`1` followed by Write\
+ | Read\ :sub:`2` reads data from ``S``\ :sub:`3` that
+ reflects a state after Write\ :sub:`1` followed by Write\
180
:sub:`2`.
181
182
* - |checkmark| **Monotonic reads**
0 commit comments