diff --git a/doc/api/util.md b/doc/api/util.md index 3843f80ce75366..3e99949322b02f 100644 --- a/doc/api/util.md +++ b/doc/api/util.md @@ -136,6 +136,10 @@ util.format(1, 2, 3); // '1 2 3' ## util.inherits(constructor, superConstructor) _Note: usage of `util.inherits()` is discouraged. Please use the ES6 `class` and @@ -203,6 +207,20 @@ stream.write('With ES6'); ## util.inspect(object[, options]) * `object` {any} Any JavaScript primitive or Object.