Skip to content

Commit 50d0728

Browse files
watildeaduh95
authored andcommitted
doc: fix typo in util.md
Signed-off-by: Daijiro Wachi <[email protected]> PR-URL: #63961 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ulises Gascón <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent af215a8 commit 50d0728

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
@@ -502,7 +502,7 @@ corresponding argument. Supported specifiers are:
502502
`Symbol`.
503503
* `%i`: `parseInt(value, 10)` is used for all values except `BigInt` and
504504
`Symbol`.
505-
* `%f`: `parseFloat(value)` is used for all values expect `Symbol`.
505+
* `%f`: `parseFloat(value)` is used for all values except `Symbol`.
506506
* `%j`: JSON. Replaced with the string `'[Circular]'` if the argument contains
507507
circular references.
508508
* `%o`: `Object`. A string representation of an object with generic JavaScript

0 commit comments

Comments
 (0)