From 314217f8fbec156eff6dd61d71b3cd5327c41a5b Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Sun, 13 Aug 2017 22:06:00 +0200 Subject: [PATCH] doc: add missing `changes:` metadata for util Ref: https://github.com/nodejs/node/pull/14558 PR-URL: https://github.com/nodejs/node/pull/14810 Reviewed-By: Jeremiah Senkpiel --- doc/api/util.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/api/util.md b/doc/api/util.md index 95d66533b39e31..c853d04716c310 100644 --- a/doc/api/util.md +++ b/doc/api/util.md @@ -150,6 +150,10 @@ property take precedence over `--trace-deprecation` and ## util.format(format[, ...args]) * `format` {string} A `printf`-like format string.