diff --git a/doc/src/sgml/mvcc.sgml b/doc/src/sgml/mvcc.sgml
index f56eb557b18..2ca423ce8a2 100644
--- a/doc/src/sgml/mvcc.sgml
+++ b/doc/src/sgml/mvcc.sgml
@@ -298,7 +298,8 @@
though they are not yet committed. Also note that two successive
SELECT commands can see different data, even
though they are within a single transaction, if other transactions
- commit changes during execution of the first SELECT.
+ commit changes after the first SELECT starts and
+ before the second SELECT starts.