Skip to content

Commit

Permalink
more consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
dominictarr committed Jul 9, 2012
1 parent fee0cf2 commit 31fb34f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions stream_spec.md
Expand Up @@ -37,7 +37,8 @@ If `write` returns `false`,it *must* eventually emit `'drain'`. `write` returnin
### end()

Calling `end` *may* set `writable` to `false`.
If the `Stream` is also readable, it *must* eventually emit 'end'.
If the `Stream` is also readable, it *must* eventually emit `'end'`.
the `Stream` *must* eventually emit `'close'` after `end()` is called (and `'end'` is emitted if also a readable `Stream`)

### destroy()

Expand Down Expand Up @@ -95,4 +96,4 @@ once any underlying resources are disposed of.

## request for comment

thank you in advance!
thank you in advance!

0 comments on commit 31fb34f

Please sign in to comment.