Skip to content

Commit 364464f

Browse files
authored
DRIVERS-2505: Fix typo in RangeOpts doc block (#1395)
1 parent 1ae8c7f commit 364464f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/client-side-encryption/client-side-encryption.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1281,7 +1281,7 @@ EncryptOpts
12811281
12821282
// NOTE: The Range algorithm is experimental only. It is not intended for public use. It is subject to breaking changes.
12831283
// RangeOpts specifies index options for a Queryable Encryption field supporting "rangePreview" queries.
1284-
// min, max, sparsity, and range must match the values set in the encryptedFields of the destination collection.
1284+
// min, max, sparsity, and precision must match the values set in the encryptedFields of the destination collection.
12851285
// For double and decimal128, min/max/precision must all be set, or all be unset.
12861286
class RangeOpts {
12871287
// min is required if precision is set.

0 commit comments

Comments
 (0)