Skip to content

Commit

Permalink
doc: fix numbering in stream.markdown
Browse files Browse the repository at this point in the history
PR-URL: #4538
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
richardsun29 authored and Myles Borins committed Jan 14, 2016
1 parent 1c95444 commit 0fef6d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/stream.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0fef6d2

Please sign in to comment.