Skip to content

Commit 58af7de

Browse files
author
jieniu$
authoredOct 1, 2020
Fix typo in JSON.stringify doc (microsoft#40735)
1 parent 4538e73 commit 58af7de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/lib/es5.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1047,7 +1047,7 @@ interface JSON {
10471047
/**
10481048
* Converts a JavaScript value to a JavaScript Object Notation (JSON) string.
10491049
* @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.
10511051
* @param space Adds indentation, white space, and line break characters to the return-value JSON text to make it easier to read.
10521052
*/
10531053
stringify(value: any, replacer?: (number | string)[] | null, space?: string | number): string;

0 commit comments

Comments
 (0)