Skip to content

Commit e644c38

Browse files
Update Typo in docs
1 parent 70d6e15 commit e644c38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/WritableStreamInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ public function isWritable();
196196
* The stream SHOULD send a `drain` event once the buffer is ready to accept
197197
* more data.
198198
*
199-
* Similarly, if the the stream is not writable (already in a closed state)
199+
* Similarly, if the stream is not writable (already in a closed state)
200200
* it MUST NOT process the given `$data` and SHOULD return `false`,
201201
* indicating that the caller should stop sending data.
202202
*

0 commit comments

Comments
 (0)