Skip to content

Commit b066d73

Browse files
Better wording
Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>
1 parent e782684 commit b066d73

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
@@ -1148,7 +1148,7 @@ interface JSON {
11481148
* @param value A JavaScript value, usually an object or array, to be converted.
11491149
* @param replacer A function that transforms the results.
11501150
* @param space Adds indentation, white space, and line break characters to the return-value JSON text to make it easier to read.
1151-
* @throws {TypeError} If a circular reference is found or a BigInt value is encountered.
1151+
* @throws {TypeError} If a circular reference or a BigInt value is found.
11521152
*/
11531153
stringify(value: any, replacer?: (this: any, key: string, value: any) => any, space?: string | number): string;
11541154
/**

0 commit comments

Comments
 (0)