From f0597d9a6e2efebe746e19e93f75e5ca709cf4cb Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 5 Jun 2020 10:44:20 -0700 Subject: [PATCH] doc: remove "currently" from util.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/33756 Reviewed-By: James M Snell Reviewed-By: Benjamin Gruenbaum Reviewed-By: Michaƫl Zasso Reviewed-By: Trivikram Kamat --- doc/api/util.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/api/util.md b/doc/api/util.md index d1b0167cfd626b..11aab8c3285665 100644 --- a/doc/api/util.md +++ b/doc/api/util.md @@ -243,8 +243,7 @@ corresponding argument. Supported specifiers are: * `%O`: `Object`. A string representation of an object with generic JavaScript object formatting. Similar to `util.inspect()` without options. This will show the full object not including non-enumerable properties and proxies. -* `%c`: `CSS`. This specifier is currently ignored, and will skip any CSS - passed in. +* `%c`: `CSS`. This specifier is ignored and will skip any CSS passed in. * `%%`: single percent sign (`'%'`). This does not consume an argument. * Returns: {string} The formatted string