From 6a7d98e775695ded79efb2a3d7971e31ccca1cbb Mon Sep 17 00:00:00 2001 From: Valeri Karpov Date: Mon, 28 Oct 2024 09:43:56 -0400 Subject: [PATCH] docs: improve @see link for SchemaLevelProjections re: #11474 --- lib/query.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/query.js b/lib/query.js index 102c675a2f..0b56c5591e 100644 --- a/lib/query.js +++ b/lib/query.js @@ -1164,7 +1164,7 @@ Query.prototype.select = function select() { * @instance * @param {Boolean} value * @return {Query} this - * @see SchemaType https://mongoosejs.com/docs/api/schematype.html + * @see SchemaTypeOptions https://mongoosejs.com/docs/schematypes.html#all-schema-types * @api public */