Skip to content

Commit

Permalink
Merge pull request #161 from mrsimonbennett/patch-1
Browse files Browse the repository at this point in the history
Update Typo in docs
  • Loading branch information
WyriHaximus committed Mar 17, 2022
2 parents 70d6e15 + 99508ee commit 7b3a8ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -609,7 +609,7 @@ data until the buffer drains.
The stream SHOULD send a `drain` event once the buffer is ready to accept
more data.

Similarly, if the the stream is not writable (already in a closed state)
Similarly, if the stream is not writable (already in a closed state)
it MUST NOT process the given `$data` and SHOULD return `false`,
indicating that the caller should stop sending data.

Expand Down
2 changes: 1 addition & 1 deletion src/WritableStreamInterface.php
Expand Up @@ -196,7 +196,7 @@ public function isWritable();
* The stream SHOULD send a `drain` event once the buffer is ready to accept
* more data.
*
* Similarly, if the the stream is not writable (already in a closed state)
* Similarly, if the stream is not writable (already in a closed state)
* it MUST NOT process the given `$data` and SHOULD return `false`,
* indicating that the caller should stop sending data.
*
Expand Down

0 comments on commit 7b3a8ee

Please sign in to comment.