Skip to content

Commit

Permalink
squash: suggestion from addaleax
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott committed Sep 29, 2017
1 parent 7b5864e commit 1a791e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/api/deprecations.md
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,8 @@ Type: Documentation-only
Using a property named `inspect` on an object to specify a custom inspection
function for [`util.inspect()`][] is deprecated. Use [`util.inspect.custom`][]
instead.
instead. (For backwards compatibility with Node.js prior to version 6.4.0, both
may be specified.)
[`Buffer.allocUnsafeSlow(size)`]: buffer.html#buffer_class_method_buffer_allocunsafeslow_size
[`Buffer.from(array)`]: buffer.html#buffer_class_method_buffer_from_array
Expand Down

0 comments on commit 1a791e8

Please sign in to comment.