Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
docs: fix typo in Buffer#toJSON() docs
  • Loading branch information
TooTallNate committed Sep 9, 2012
1 parent a4ef01d commit dba47ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/buffer.markdown
Expand Up @@ -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:
Expand Down

0 comments on commit dba47ae

Please sign in to comment.