Skip to content

Commit 2f62455

Browse 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 <[email protected]> PR-URL: #2378
1 parent 3bd08aa commit 2f62455

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

doc/api/globals.markdown

-1
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

doc/api/stream.markdown

+2-2
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)