mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-04-28 03:01:10 -04:00
Correcting typo in docs: 'deprecated', not 'depreciated'
This commit is contained in:
committed by
Ryan Dahl
parent
8b33a1d8e4
commit
3ec391ba36
@@ -25,7 +25,7 @@ only BMP(Basic Multilingual Plane, U+0000 - U+FFFF).
|
||||
* `'base64'` - Base64 string encoding.
|
||||
|
||||
* `'binary'` - A way of encoding raw binary data into strings by using only
|
||||
the first 8 bits of each character. This encoding method is depreciated and
|
||||
the first 8 bits of each character. This encoding method is deprecated and
|
||||
should be avoided in favor of `Buffer` objects where possible. This encoding
|
||||
will be removed in future versions of Node.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user