diff --git a/test/formats_spec.js b/test/formats_spec.js index a718c2c2..bf4f308c 100644 --- a/test/formats_spec.js +++ b/test/formats_spec.js @@ -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) {