Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

Commit

Permalink
Merge pull request #4 from TooTallNate/patch-1
Browse files Browse the repository at this point in the history
readme: fix typo
  • Loading branch information
pgriess committed Apr 16, 2012
2 parents 7e5fcc3 + e32bf53 commit da47f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@ A streaming tokenizer for [NodeJS](http://nodejs.org).
Parsing data coming off the wire in an event-driven environment can be a Parsing data coming off the wire in an event-driven environment can be a
difficult proposition, with naive implementations buffering all received data difficult proposition, with naive implementations buffering all received data
in memory until a message has been received in its entirety. Not only is this in memory until a message has been received in its entirety. Not only is this
infficient from a memory standpoint, but it may not be possible to determine inefficient from a memory standpoint, but it may not be possible to determine
the that a message has been fully received without attempting to parse it. the that a message has been fully received without attempting to parse it.
This requires a parser that can gracefully handle incomplete messages and This requires a parser that can gracefully handle incomplete messages and
pick up where it left off. To make this task easier, `node-strtok` provides pick up where it left off. To make this task easier, `node-strtok` provides
Expand Down

0 comments on commit da47f82

Please sign in to comment.