diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 9fadaeb139baf3..33d7310c4e0bb3 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -3051,7 +3051,7 @@ changes: Type: Documentation-only -This method was deprecated because it is not compatible with the +This method was deprecated because it is not compatible with `Uint8Array.prototype.slice()`, which is a superclass of `Buffer`. Use `buffer.subarray(start, end)` which does the same thing instead.