Skip to content

Commit 1a791e8

Browse files
committed
squash: suggestion from addaleax
1 parent 7b5864e commit 1a791e8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

doc/api/deprecations.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,8 @@ Type: Documentation-only
707707
708708
Using a property named `inspect` on an object to specify a custom inspection
709709
function for [`util.inspect()`][] is deprecated. Use [`util.inspect.custom`][]
710-
instead.
710+
instead. (For backwards compatibility with Node.js prior to version 6.4.0, both
711+
may be specified.)
711712
712713
[`Buffer.allocUnsafeSlow(size)`]: buffer.html#buffer_class_method_buffer_allocunsafeslow_size
713714
[`Buffer.from(array)`]: buffer.html#buffer_class_method_buffer_from_array

0 commit comments

Comments
 (0)