Skip to content

Commit

Permalink
Update doc/api/deprecations.md
Browse files Browse the repository at this point in the history
Co-authored-by: Mestery <mestery@pm.me>
  • Loading branch information
benjamingr and Mesteery committed Jan 19, 2022
1 parent 91dcbc1 commit 9bfde1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/deprecations.md
Expand Up @@ -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.
Expand Down

0 comments on commit 9bfde1f

Please sign in to comment.