Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 27e7976

Browse files
Trottcodebytere
authored andcommittedJul 9, 2020
doc: remove "currently" from util.md
PR-URL: #33756 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
1 parent 94ac136 commit 27e7976

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)
Please sign in to comment.