Update functional-tools.js

This commit is contained in:
Andros Fenollosa 2022-02-03 21:04:13 +01:00 committed by GitHub
parent cba94e8740
commit 89d54a1813
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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']};