Skip to content

Commit 37b9626

Browse files
committed
Minor fixes after peer review
1 parent c3f65b1 commit 37b9626

File tree

1 file changed

+1
-1
lines changed
  • doc/reference/reference_lua/box_stat

1 file changed

+1
-1
lines changed

doc/reference/reference_lua/box_stat/memtx.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ MVCC considers all these tuples as ``used`` since they belong to the current tra
119119
Also, MVCC considers tuples ``{0, 0}`` and ``{0, 'aa..aa'}`` as ``retained`` because
120120
they don't belong to any index (unlike ``{0, 1}``) but cannot be deleted yet.
121121

122-
Calling ``box.stat.memtx.tx()`` now will bring something like this:
122+
Calling ``box.stat.memtx.tx()`` now returns the following result:
123123

124124
.. code-block:: tarantoolsession
125125
:emphasize-lines: 33-39

0 commit comments

Comments
 (0)