We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbaf45c commit b36e159Copy full SHA for b36e159
1 file changed
doc/api/util.md
@@ -506,7 +506,7 @@ corresponding argument. Supported specifiers are:
506
`Symbol`.
507
* `%i`: `parseInt(value, 10)` is used for all values except `BigInt` and
508
509
-* `%f`: `parseFloat(value)` is used for all values expect `Symbol`.
+* `%f`: `parseFloat(value)` is used for all values except `Symbol`.
510
* `%j`: JSON. Replaced with the string `'[Circular]'` if the argument contains
511
circular references.
512
* `%o`: `Object`. A string representation of an object with generic JavaScript
0 commit comments