Skip to content

Commit

Permalink
Fix invalid JSDoc tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Caprico85 committed Sep 20, 2024
1 parent 580e53b commit 1e6d715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/formats_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const formats = require('../lib/Formats');
* Format a value for output.
*
* @param {mixed} value - The value to be formatted
* @return {*|string} - The formatted value
* @returns {*|string} - The formatted value
*/
function outputValue(value)
{
Expand Down

0 comments on commit 1e6d715

Please sign in to comment.