Skip to content

Commit 9b28639

Browse files
(DOCSP-22129): Fix malformed link in 3.2 release notes (#984)
* (DOCSP-22129): Fix malformed link in 3.2 release notes * (DOCSP-22129): Fix malformed link in 3.2 release notes
1 parent 8acfe91 commit 9b28639

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/release-notes/3.2.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1212,10 +1212,10 @@ For ``explain`` operations run in ``executionStats`` or
12121212
</reference/explain-results>` contains the ``keysExamined`` statistic,
12131213
representing the number of index keys examined during index scans.
12141214

1215-
Prior to 3.2, ``keysExamined`` count in some queries did not include
1216-
the last scanned key. As of 3.2 this error has been corrected. For more
1217-
information, see :data:`
1218-
~explain.executionStats.executionStages.inputStage.keysExamined`.
1215+
Prior to 3.2, ``keysExamined`` count in some queries did not include the
1216+
last scanned key. As of 3.2 this error has been corrected. For more
1217+
information, see
1218+
:data:`~explain.executionStats.executionStages.inputStage`.
12191219

12201220
The diagnostic logs and the system profiler report on this statistic.
12211221

0 commit comments

Comments
 (0)