From 21f796874b37b7095cd551f4c74a29571f5aa573 Mon Sep 17 00:00:00 2001 From: Naomi Pentrel <5212232+npentrel@users.noreply.github.com> Date: Wed, 19 May 2021 13:53:02 +0200 Subject: [PATCH] DOCSP-12622 Remove ref to cursors in $sample --- source/reference/operator/aggregation/sample.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/reference/operator/aggregation/sample.txt b/source/reference/operator/aggregation/sample.txt index 0d60ecccc44..0abe7f5d149 100644 --- a/source/reference/operator/aggregation/sample.txt +++ b/source/reference/operator/aggregation/sample.txt @@ -47,7 +47,7 @@ this case, the :pipeline:`$sample` stage is subject to the .. warning:: :pipeline:`$sample` may output the same document more than once in - its result set. For more information, see :ref:`cursor-isolation`. + its result set. Example --------