From bbb8de439f69558f9e5f3c60cb8fa3a1140262d6 Mon Sep 17 00:00:00 2001 From: David McArthur Date: Fri, 31 May 2024 15:32:45 +0100 Subject: [PATCH] fix jsdoc --- lib/search.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/search.js b/lib/search.js index 10f4ee1..604ec69 100644 --- a/lib/search.js +++ b/lib/search.js @@ -18,7 +18,7 @@ * * This is inclusive: when set to `3`, level three headings are included * (those with three hashes, `###`). - * @property {Rank | null | undefined} [minDepth=6] + * @property {Rank | null | undefined} [minDepth=1] * Minimum heading depth to include in the table of contents (default: `1`). * * This is inclusive: when set to `3`, level three headings are included