From: Chris Duncan Date: Thu, 21 Aug 2025 13:37:14 +0000 (-0700) Subject: Fix JSdoc. X-Git-Tag: v0.10.5~41^2~23 X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=954693ca886df60332a13918b3d8bec2f594ab03;p=libnemo.git Fix JSdoc. --- diff --git a/src/lib/database.ts b/src/lib/database.ts index 5601fc7..db6b9de 100644 --- a/src/lib/database.ts +++ b/src/lib/database.ts @@ -80,7 +80,7 @@ export class Database { /** * Gets a specific record from a datastore. * - * @param {string[]} names - Index key of the record to get + * @param {string} name - Index key of the record to get * @param {string} store - Datastore from which to get the record * @returns {Promise} Object of key-value pairs */