From 3ec391ba368ac24be377d74edea832b00970ce47 Mon Sep 17 00:00:00 2001 From: Trevor Burnham Date: Sat, 19 Mar 2011 10:19:47 -0400 Subject: [PATCH] Correcting typo in docs: 'deprecated', not 'depreciated' --- doc/api/buffers.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/buffers.markdown b/doc/api/buffers.markdown index d752892..ca4480b 100644 --- a/doc/api/buffers.markdown +++ b/doc/api/buffers.markdown @@ -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. -- 2.7.4