Skip to content

Commit 0fe09c2

Browse files
committed
Merge branch 'release/v1' into main
2 parents 23145ba + ea9ef56 commit 0fe09c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ async function CryptFile(path : string, dest : string, key? : string) : Promise<
6262
return enckey
6363
}
6464

65-
/** CryptFile function
65+
/** DecryptFile function
6666
* @param {string} path take the path of the input file
6767
* @param {string} dest take the path of the destination file
6868
* @param {string} key take the secret key

0 commit comments

Comments
 (0)