]> git.codecow.com Git - libnemo.git/commitdiff
Fix JSdoc.
authorChris Duncan <chris@zoso.dev>
Thu, 21 Aug 2025 13:37:14 +0000 (06:37 -0700)
committerChris Duncan <chris@zoso.dev>
Thu, 21 Aug 2025 13:37:14 +0000 (06:37 -0700)
src/lib/database.ts

index 5601fc7d780a94504f356c0bb82fb227588d1bc0..db6b9de0b28768ac6498f9e2c4903da0f609982b 100644 (file)
@@ -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<NamedData>} Object of key-value pairs
        */