From ef69c6afffdf6269580285ae94afc68259e7bf20 Mon Sep 17 00:00:00 2001 From: Keegan Date: Fri, 12 Feb 2016 16:38:57 -0800 Subject: [PATCH] fix jsdoc on testSetGet() --- test/spec/lib/manipulators.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/spec/lib/manipulators.js b/test/spec/lib/manipulators.js index c886d62..df860f2 100644 --- a/test/spec/lib/manipulators.js +++ b/test/spec/lib/manipulators.js @@ -9,7 +9,7 @@ describe('manipulators', function() { /** * @param {string} itemType * @param {*} value - * @param {*} expected + * @param {*} [expected] * @return {void} */ function testSetGet(itemType, value, expected) {