Skip to content

Commit e316250

Browse files
committed
docs: edit jsdoc comments
1 parent 3f40084 commit e316250

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
2-
* @author Victor Giovanni Beltrán Rodríguez
3-
* @file Manages main entry point.
2+
* @file Main module for the project.
3+
* @description This module exports the main functionality of the project.
44
*/
55

6-
// ━━ TYPE DEFINITIONS ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
6+
// ━━ MODULE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
77
/**
88
* The CryptoDriver class contain methods to encrypt and decrypt data.
99
*

0 commit comments

Comments
 (0)