From 1e6d71543d2230519596f0904163a3fec3047b36 Mon Sep 17 00:00:00 2001 From: Caprico85 Date: Fri, 20 Sep 2024 22:04:43 +0200 Subject: [PATCH] Fix invalid JSDoc tag --- test/formats_spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {