From dba47aefa560899243d95c8d6b6d6cd1bd68d09d Mon Sep 17 00:00:00 2001 From: Nathan Rajlich Date: Sun, 9 Sep 2012 11:15:45 -0700 Subject: [PATCH] docs: fix typo in Buffer#toJSON() docs --- doc/api/buffer.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/buffer.markdown b/doc/api/buffer.markdown index d96f4acf6cd..5f0749b8d17 100644 --- a/doc/api/buffer.markdown +++ b/doc/api/buffer.markdown @@ -111,7 +111,7 @@ See `buffer.write()` example, above. ### buf.toJSON() Returns a JSON-representation of the Buffer instance, which is identical to the -output for JSON Arrays. `JSON.stringify` implictly calls this function when +output for JSON Arrays. `JSON.stringify` implicitly calls this function when stringifying a Buffer instance. Example: