Skip to content

Commit

Permalink
fixes link
Browse files Browse the repository at this point in the history
  • Loading branch information
p2227 committed Nov 18, 2016
1 parent dc11f24 commit 94aa278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/objectMode.md
Expand Up @@ -116,7 +116,7 @@ end

(注意,非`objectMode``push('')`实际是会修改内部状态的,
会有一定的副作用,一般不要如此。
[这里](https://nodejs.org/api/stream.html#stream_stream_push)
[这里](https://nodejs.org/api/stream.html#stream_readable_push)

**要点**
* `objectMode`时,可`push`任意类型的数据,消耗时会逐个消耗同样的数据
Expand Down

0 comments on commit 94aa278

Please sign in to comment.