summaryrefslogtreecommitdiff
path: root/doc/api/util.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/util.md')
-rw-r--r--doc/api/util.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/api/util.md b/doc/api/util.md
index 19032aaab2..396667be13 100644
--- a/doc/api/util.md
+++ b/doc/api/util.md
@@ -245,8 +245,7 @@ util.format('%s:%s', 'foo');
```
Values that are not part of the format string are formatted using
-`util.inspect()` if their type is either `'object'`, `'symbol'`, `'function'`
-or `'number'` and using `String()` in all other cases.
+`util.inspect()` if their type is not `string`.
If there are more arguments passed to the `util.format()` method than the
number of specifiers, the extra arguments are concatenated to the returned