Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0cd2252

Browse filesBrowse files
richardsun29Myles Borins
authored andcommitted
doc: fix numbering in stream.markdown
PR-URL: #4538 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent 8574d91 commit 0cd2252
Copy full SHA for 0cd2252

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎doc/api/stream.markdown‎

Copy file name to clipboardExpand all lines: doc/api/stream.markdown
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.