From 954e48e7987326e2c76fd15d896751eb43d7c66c Mon Sep 17 00:00:00 2001 From: Jeff Allen Date: Wed, 1 Sep 2021 10:51:46 -0400 Subject: [PATCH] Fix 'date' ref link target on ttl page --- source/core/index-ttl.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/core/index-ttl.txt b/source/core/index-ttl.txt index b636a818af6..c21b185f467 100644 --- a/source/core/index-ttl.txt +++ b/source/core/index-ttl.txt @@ -57,8 +57,9 @@ If the field is an array, and there are multiple date values in the index, MongoDB uses *lowest* (i.e. earliest) date value in the array to calculate the expiration threshold. -If the indexed field in a document is not a :term:`date ` -or an array that holds a date value(s), the document will not expire. +If the indexed field in a document is not a +:ref:`date ` or an array that holds one or +more date values, the document will not expire. If a document does not contain the indexed field, the document will not expire.