From 64d0f46d150e3febc4b30611b770eb5566bd3959 Mon Sep 17 00:00:00 2001 From: Bailey Pearson Date: Fri, 13 Sep 2024 12:44:19 -0600 Subject: [PATCH] reformat comment --- src/explain.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/explain.ts b/src/explain.ts index 58abb3c1a7..c60a2e4628 100644 --- a/src/explain.ts +++ b/src/explain.ts @@ -46,8 +46,8 @@ export interface ExplainCommandOptions { * * ```typescript * // limits the `explain` command to no more than 2 seconds - * collection.find({ name: 'john doe' }, { explain: - * { + * collection.find({ name: 'john doe' }, { + * explain: { * verbosity: 'queryPlanner', * maxTimeMS: 2000 * }