Skip to content

Commit f0597d9

Browse files
Trottcodebytere
authored andcommitted
doc: remove "currently" from util.md
PR-URL: #33756 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent 095efac commit f0597d9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/api/util.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,7 @@ corresponding argument. Supported specifiers are:
243243
* `%O`: `Object`. A string representation of an object with generic JavaScript
244244
object formatting. Similar to `util.inspect()` without options. This will show
245245
the full object not including non-enumerable properties and proxies.
246-
* `%c`: `CSS`. This specifier is currently ignored, and will skip any CSS
247-
passed in.
246+
* `%c`: `CSS`. This specifier is ignored and will skip any CSS passed in.
248247
* `%%`: single percent sign (`'%'`). This does not consume an argument.
249248
* Returns: {string} The formatted string
250249

0 commit comments

Comments
 (0)