This commit is contained in:
Carl Downing
2023-07-30 14:16:47 -07:00
parent b154bf46af
commit d2fbeb5fd3

View File

@@ -221,7 +221,7 @@ export default class JSONFunctions {
return returnValue as JSONValue;
}
// this funciton serializes JSON with Common Objects to JSON that can be stringified.
// this function serializes JSON with Common Objects to JSON that can be stringified.
public static serialize(val: JSONObject): JSONObject {
const newVal: JSONObject = {};