Skip to content

Commit 29985f3

Browse files
committed
Update language in comment
1 parent a4a4829 commit 29985f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/es5.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,7 @@ interface JSON {
971971
/**
972972
* Converts a JavaScript value to a JavaScript Object Notation (JSON) string.
973973
* @param value A JavaScript value, usually an object or array, to be converted.
974-
* @param replacer An array of strings and numbers that acts as a white list for selecting the object properties that will be stringified.
974+
* @param replacer An array of strings and numbers that acts as a approved list for selecting the object properties that will be stringified.
975975
* @param space Adds indentation, white space, and line break characters to the return-value JSON text to make it easier to read.
976976
*/
977977
stringify(value: any, replacer?: (number | string)[] | null, space?: string | number): string;

0 commit comments

Comments
 (0)