Skip to content
This repository was archived by the owner on Mar 5, 2023. It is now read-only.

Commit b267398

Browse files
committed
Update README
1 parent 36738f9 commit b267398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ A more performant version of `JSON.stringify()`. Strings produced by this functi
2828
* `toJSON()` methods are completely ignored. However, `Buffer` and `Date` objects will be transformed to represent the same output you would get from `JSON.stringify()`.
2929

3030
**Important note:**
31-
By default a check will be made on all nested objects and arrays for circular references, and an `Error` will be thrown if one is encountered. Setting the second argument to `false` will disable this check and grant a considerable speed boost, but this should not be done unless it is certain the given object contains no circular references.
31+
By default a check will be made on all nested objects and arrays for circular references, and an `Error` will be thrown if one is encountered. Setting the *safe* parameter to `false` will disable this check and grant a considerable speed boost, but this should not be done unless it is certain the given object contains no circular references.
3232

3333
#### Parameters
3434

0 commit comments

Comments
 (0)