Skip to content

Commit ad37bcc

Browse files
Merge pull request #17 from eugene-matvejev/v0.1.7
improve JSDoc
2 parents 8e3997f + 0204df4 commit ad37bcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/processor.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ module.exports = class Processor {
2424
}
2525

2626
/**
27-
* @param {{envMap: {}, output: string, source: string}} config
27+
* @param {{envMap: {}, source: string, output: string}} config
2828
*
29-
* @returns {*}
29+
* @returns {File}
3030
*/
3131
processFile(config) {
3232
const file = new File();

0 commit comments

Comments
 (0)