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 cbcc012 commit 11a3ff0Copy full SHA for 11a3ff0
source/core/causal-consistency-read-write-concerns.txt
@@ -173,8 +173,8 @@ the following causal consistency guarantees:
173
* - |checkmark| **Read own writes**
174
175
- | Read\ :sub:`1` reads data from ``S``\ :sub:`2` that reflects a state after Write\ :sub:`1`.
176
- | Read\ :sub:`2` reads data from ``S``\ :sub:`1` that
177
- 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\
178
:sub:`2`.
179
180
* - |checkmark| **Monotonic reads**
0 commit comments