From 89d54a18137c5d3cbe47129d0c735b780fc3504a Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Thu, 3 Feb 2022 21:04:13 +0100 Subject: [PATCH] Update functional-tools.js --- functional-tools.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functional-tools.js b/functional-tools.js index e4a22ea..310aaae 100644 --- a/functional-tools.js +++ b/functional-tools.js @@ -4,7 +4,7 @@ * @param {string} key * @param {string} newValue * @param {JSON} json - * @returns {JSON} + * @return {JSON} * * Example * const person = {name: 'James', age: 20, pets: ['dog', 'cat']};