Skip to content

Commit 8999ce7

Browse files
Apply the style only the key in readwrite.rst (#2933)
Fix the style from '``k5,``' to '``k5``', Signed-off-by: Justin Yang <[email protected]>
1 parent 1243e99 commit 8999ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/readwrite.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ T1,..,T5 (could be contained in a single block or different blocks)
143143
4. ``T4`` fails the validation because it reads a key, ``k2``, which was
144144
modified by a preceding transaction ``T1``
145145

146-
5. ``T5`` passes validation because it reads a key, ``k5,`` which was
146+
5. ``T5`` passes validation because it reads a key, ``k5``, which was
147147
not modified by any of the preceding transactions
148148

149149
**Note**: Transactions with multiple read-write sets are not yet supported.

0 commit comments

Comments
 (0)