Skip to content

Commit 0fef6d2

Browse files
richardsun29Myles Borins
authored and
Myles Borins
committed
doc: fix numbering in stream.markdown
PR-URL: #4538 Reviewed-By: Colin Ihrig <[email protected]>
1 parent 1c95444 commit 0fef6d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/stream.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ To implement any sort of stream, the pattern is the same:
723723
[`util.inherits`][] method is particularly helpful for this.)
724724
2. Call the appropriate parent class constructor in your constructor,
725725
to be sure that the internal mechanisms are set up properly.
726-
2. Implement one or more specific methods, as detailed below.
726+
3. Implement one or more specific methods, as detailed below.
727727

728728
The class to extend and the method(s) to implement depend on the sort
729729
of stream class you are writing:

0 commit comments

Comments
 (0)