Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup: remove unnecessary docs part
This is already sufficiently covered in the docs.
  • Loading branch information
BridgeAR committed May 19, 2018
commit ca8216561a4d6f147d725132af5aadab3d584de9
5 changes: 0 additions & 5 deletions doc/api/util.md
Original file line number Diff line number Diff line change
Expand Up @@ -426,11 +426,6 @@ passed that alter certain aspects of the formatted string.
`util.inspect()` will use the constructor's name and/or `@@toStringTag` to make
an identifiable tag for an inspected value.

Values may supply their own custom inspection function
(`[util.inspect.custom](depth, opts)`), when called these receive the current
`depth` in the recursive inspection, as well as the options object passed to
`util.inspect()`.

```js
class Foo {
get [Symbol.toStringTag]() {
Expand Down