diff options
author | isaacs <i@izs.me> | 2013-03-06 13:59:25 -0800 |
---|---|---|
committer | isaacs <i@izs.me> | 2013-03-06 13:59:25 -0800 |
commit | ff2639f9eac36f48ecc546d2d234d949c575d85b (patch) | |
tree | 58644927687d2d404e19a677d024070b92d99974 /ChangeLog | |
parent | b5dffdd69646ad61762dee19c9d7c880e00f6fd4 (diff) | |
download | node-new-ff2639f9eac36f48ecc546d2d234d949c575d85b.tar.gz |
doc: fix ChangeLog typo
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ * stream: _write: takes an encoding argument (isaacs) -* stream: _transform: remove no output() method, provide encoding (isaacs) +* stream: _transform: remove output() method, provide encoding (isaacs) * stream: Don't require read(0) to emit 'readable' event (isaacs) |