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 2f62455

Browse filesBrowse files
jasnellrvagg
authored andcommitted
doc: minor additional corrections and improvements
Per feedback from @thefourtheye: (a) improve word on the description of the `close` event in stream.markdown and (b) remove `[module section]: modules.html` from globals.markdown Reviewed By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> PR-URL: #2378
1 parent 3bd08aa commit 2f62455
Copy full SHA for 2f62455

File tree

Expand file treeCollapse file tree

2 files changed

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

2 files changed

+2
-3
lines changed
Open diff view settings
Collapse file

‎doc/api/globals.markdown‎

Copy file name to clipboardExpand all lines: doc/api/globals.markdown
-1Lines changed: 0 additions & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@ will not execute.
181181
The timer functions are global variables. See the [timers][] section.
182182

183183
[buffer section]: buffer.html
184-
[module section]: modules.html
185184
[module system documentation]: modules.html
186185
[Modules]: modules.html#modules_modules
187186
[process object]: process.html#process_process
Collapse file

‎doc/api/stream.markdown‎

Copy file name to clipboardExpand all lines: doc/api/stream.markdown
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,8 @@ readable.on('end', function() {
231231
#### Event: 'close'
232232

233233
Emitted when the stream and any of its underlying resources (a file
234-
descriptor, for example) have been closed, no more events will be
235-
emitted, and no further computation will occur.
234+
descriptor, for example) have been closed. The event indicates that
235+
no more events will be emitted, and no further computation will occur.
236236

237237
Not all streams will emit the 'close' event.
238238

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.