]> git.codecow.com Git - libnemo.git/commitdiff
Fix comment.
authorChris Duncan <chris@zoso.dev>
Thu, 3 Jul 2025 16:56:33 +0000 (09:56 -0700)
committerChris Duncan <chris@zoso.dev>
Thu, 3 Jul 2025 16:56:33 +0000 (09:56 -0700)
src/lib/workers/safe.ts

index 98bb9dcd6b4199d8cf6aa1c9f0191c8ca0c5de19..4ade2451425a506903e9bf414f0848c32bcfae78 100644 (file)
@@ -84,7 +84,7 @@ export class Safe extends WorkerInterface {
        }
 
        /**
-       * Encrypts data with a password or CryptoKey and stores it in the Safe.
+       * Encrypts data with a password as bytes and stores it in the Safe.
        */
        static async put (name: string, password: Uint8Array, data: any): Promise<boolean> {
                if (this.#storage.getItem(name)) {