Skip to content

Commit

Permalink
Apply the style only the key in readwrite.rst (#2933)
Browse files Browse the repository at this point in the history
Fix the style from '``k5,``' to '``k5``',

Signed-off-by: Justin Yang <justin.yang@themedium.io>
  • Loading branch information
justin-themedium committed Sep 17, 2021
1 parent 1243e99 commit 8999ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/readwrite.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8999ce7

Please sign in to comment.