File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1047,7 +1047,7 @@ interface JSON {
1047
1047
/**
1048
1048
* Converts a JavaScript value to a JavaScript Object Notation (JSON) string.
1049
1049
* @param value A JavaScript value, usually an object or array, to be converted.
1050
- * @param replacer An array of strings and numbers that acts as a approved list for selecting the object properties that will be stringified.
1050
+ * @param replacer An array of strings and numbers that acts as an approved list for selecting the object properties that will be stringified.
1051
1051
* @param space Adds indentation, white space, and line break characters to the return-value JSON text to make it easier to read.
1052
1052
*/
1053
1053
stringify ( value : any , replacer ?: ( number | string ) [ ] | null , space ?: string | number ) : string ;
You can’t perform that action at this time.
0 commit comments