Skip to content

Commit

Permalink
My reading comprehension is a C-.
Browse files Browse the repository at this point in the history
  • Loading branch information
surma committed Mar 28, 2018
1 parent 8287e6c commit 981da37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1302,7 +1302,7 @@ lt="ReadableStreamDefaultReader(stream)">new ReadableStreamDefaultReader(<var>st
<div class="note">
The <code>closed</code> getter returns a promise that will be fulfilled when the stream becomes closed, or rejected if
the stream ever errors or the reader's lock is <a lt="release a read lock">released</a> before the stream finishes
closing or the stream errors.
closing.
</div>


Expand Down Expand Up @@ -3533,7 +3533,7 @@ lt="WritableStreamDefaultWriter(stream)">new WritableStreamDefaultWriter(<var>st
<div class="note">
The <code>closed</code> getter returns a promise that will be fulfilled when the stream becomes closed, or rejected if
the stream ever errors or the writer's lock is <a lt="release a write lock">released</a> before the stream finishes
closing or the stream errors.
closing.
</div>

<emu-alg>
Expand Down

0 comments on commit 981da37

Please sign in to comment.