summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2013-03-06 13:59:25 -0800
committerisaacs <i@izs.me>2013-03-06 13:59:25 -0800
commitff2639f9eac36f48ecc546d2d234d949c575d85b (patch)
tree58644927687d2d404e19a677d024070b92d99974 /ChangeLog
parentb5dffdd69646ad61762dee19c9d7c880e00f6fd4 (diff)
downloadnode-new-ff2639f9eac36f48ecc546d2d234d949c575d85b.tar.gz
doc: fix ChangeLog typo
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f3d00964f3..c5f5d791ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)