mirror of
https://github.com/nodejs/node.git
synced 2024-11-30 15:30:56 +01:00
doc: fix numbering in stream.markdown
PR-URL: https://github.com/nodejs/node/pull/4538 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This commit is contained in:
parent
1453b872ae
commit
5194a1e3ce
@ -723,7 +723,7 @@ To implement any sort of stream, the pattern is the same:
|
||||
[`util.inherits`][] method is particularly helpful for this.)
|
||||
2. Call the appropriate parent class constructor in your constructor,
|
||||
to be sure that the internal mechanisms are set up properly.
|
||||
2. Implement one or more specific methods, as detailed below.
|
||||
3. Implement one or more specific methods, as detailed below.
|
||||
|
||||
The class to extend and the method(s) to implement depend on the sort
|
||||
of stream class you are writing:
|
||||
|
Loading…
Reference in New Issue
Block a user