From b36e159dc7d5d48b9ca852d092e2bf6dccd04de8 Mon Sep 17 00:00:00 2001 From: Daijiro Wachi Date: Wed, 17 Jun 2026 19:44:07 +0900 Subject: [PATCH] doc: fix typo in util.md Signed-off-by: Daijiro Wachi --- doc/api/util.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/util.md b/doc/api/util.md index 0d4dac9885a1eb..fd93b52722934f 100644 --- a/doc/api/util.md +++ b/doc/api/util.md @@ -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