Skip to content

Commit

Permalink
Chore: typo in JSDoc on timing.display's return value (#11755)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitropoulos authored and aladdin-add committed May 23, 2019
1 parent e45cc3f commit ec105b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/linter/timing.js
Expand Up @@ -48,7 +48,7 @@ const ALIGN = [alignLeft, alignRight, alignRight];
/**
* display the data
* @param {Object} data Data object to be displayed
* @returns {string} modified string
* @returns {void} prints modified string with console.log
* @private
*/
function display(data) {
Expand Down

0 comments on commit ec105b2

Please sign in to comment.