Skip to content

Commit

Permalink
docs: add missing returns tag
Browse files Browse the repository at this point in the history
  • Loading branch information
homer0 committed Jul 13, 2020
1 parent 8d6d015 commit 032a018
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/features/typedefImports.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ class TypedefImports {
}
/**
* @param {string} source
* @returns {string}
*/
_replaceComments(source) {
const result = this._comments.reduce(
Expand Down

0 comments on commit 032a018

Please sign in to comment.