From 3aa182bbf74228f9a0cd2facbab05f83da834d64 Mon Sep 17 00:00:00 2001 From: Justin Yang Date: Fri, 17 Sep 2021 23:13:59 +0900 Subject: [PATCH] Apply the style only the key in readwrite.rst Fix the style from '``k5,``' to '``k5``', Signed-off-by: Justin Yang --- docs/source/readwrite.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/readwrite.rst b/docs/source/readwrite.rst index 829a213a0b1..6b05fc2f370 100644 --- a/docs/source/readwrite.rst +++ b/docs/source/readwrite.rst @@ -143,7 +143,7 @@ T1,..,T5 (could be contained in a single block or different blocks) 4. ``T4`` fails the validation because it reads a key, ``k2``, which was modified by a preceding transaction ``T1`` -5. ``T5`` passes validation because it reads a key, ``k5,`` which was +5. ``T5`` passes validation because it reads a key, ``k5``, which was not modified by any of the preceding transactions **Note**: Transactions with multiple read-write sets are not yet supported.