Update GetNewValue.js

This commit is contained in:
Richard Davey 2022-09-02 18:09:52 +01:00
parent 2fc5c358f1
commit 072c709d04

View file

@ -15,7 +15,7 @@
* @param {string} key - The property to get from the source.
* @param {any} defaultValue - A default value to return should the source not have the property set.
*
* @return {function} A function which when called will return the property value from the source.
* @return {function} A function which, when called, will return the property value from the source.
*/
var GetNewValue = function (source, key, defaultValue)
{