Skip to content

Commit 47a68ef

Browse files
committed
Mirror requested JSDoc change on second matching line
1 parent b066d73 commit 47a68ef

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
@@ -1156,7 +1156,7 @@ interface JSON {
11561156
* @param value A JavaScript value, usually an object or array, to be converted.
11571157
* @param replacer An array of strings and numbers that acts as an approved list for selecting the object properties that will be stringified.
11581158
* @param space Adds indentation, white space, and line break characters to the return-value JSON text to make it easier to read.
1159-
* @throws {TypeError} If a circular reference is found or a BigInt value is encountered.
1159+
* @throws {TypeError} If a circular reference or a BigInt value is found.
11601160
*/
11611161
stringify(value: any, replacer?: (number | string)[] | null, space?: string | number): string;
11621162
}

0 commit comments

Comments
 (0)