File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -344,7 +344,7 @@ export interface AutoEncryptionOptions {
344344 *
345345 * Specifying a path prevents mongocryptd from being used as a fallback.
346346 *
347- * @experimental Requires the MongoDB Crypt shared library, available in MongoDB 6.0 or higher.
347+ * Requires the MongoDB Crypt shared library, available in MongoDB 6.0 or higher.
348348 */
349349 cryptSharedLibPath ?: string ;
350350 /**
@@ -353,7 +353,7 @@ export interface AutoEncryptionOptions {
353353 *
354354 * This is always true when `cryptSharedLibPath` is specified.
355355 *
356- * @experimental Requires the MongoDB Crypt shared library, available in MongoDB 6.0 or higher.
356+ * Requires the MongoDB Crypt shared library, available in MongoDB 6.0 or higher.
357357 */
358358 cryptSharedLibRequired ?: boolean ;
359359 /**
You can’t perform that action at this time.
0 commit comments