summaryrefslogtreecommitdiff
path: root/src/docs/cursor-random.dox
diff options
context:
space:
mode:
Diffstat (limited to 'src/docs/cursor-random.dox')
-rw-r--r--src/docs/cursor-random.dox5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/docs/cursor-random.dox b/src/docs/cursor-random.dox
index a0a3212be6d..b6434e3d161 100644
--- a/src/docs/cursor-random.dox
+++ b/src/docs/cursor-random.dox
@@ -20,9 +20,4 @@ cursor configured using \c next_random_sample_size divides the object
into \c next_random_sample_size pieces, and each subsequent retrieval
returns a record from the next one of those pieces.
-For example, setting \c next_random_sample_percent to \c 10 would cause
-the cursor to sequentially return records from each tenth part of the
-object. Setting \c next_random_sample_percent to \c 1000 would cause the
-cursor to sequentially return records from each .1% of the object.
-
*/