Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/api/util.md
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ corresponding argument. Supported specifiers are:
`Symbol`.
* `%i`: `parseInt(value, 10)` is used for all values except `BigInt` and
`Symbol`.
* `%f`: `parseFloat(value)` is used for all values expect `Symbol`.
* `%f`: `parseFloat(value)` is used for all values except `Symbol`.
* `%j`: JSON. Replaced with the string `'[Circular]'` if the argument contains
circular references.
* `%o`: `Object`. A string representation of an object with generic JavaScript
Expand Down
Loading