Skip to content

Commit b36e159

Browse files
committed
doc: fix typo in util.md
Signed-off-by: Daijiro Wachi <daijiro.wachi@gmail.com>
1 parent dbaf45c commit b36e159

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/util.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ corresponding argument. Supported specifiers are:
506506
`Symbol`.
507507
* `%i`: `parseInt(value, 10)` is used for all values except `BigInt` and
508508
`Symbol`.
509-
* `%f`: `parseFloat(value)` is used for all values expect `Symbol`.
509+
* `%f`: `parseFloat(value)` is used for all values except `Symbol`.
510510
* `%j`: JSON. Replaced with the string `'[Circular]'` if the argument contains
511511
circular references.
512512
* `%o`: `Object`. A string representation of an object with generic JavaScript

0 commit comments

Comments
 (0)