Skip to content

Commit 783a0f5

Browse files
authored
Merge pull request #28 from yadaiio/typo
Fix typo in README.md
2 parents cd68bf8 + 621ac51 commit 783a0f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ This class reassembles these sequences by buffering incomplete ones.
5656
Also, if you're merely consuming a stream and you're not in control of producing and
5757
ensuring valid UTF-8 data, it may as well include invalid UTF-8 byte sequences.
5858
This class replaces any invalid bytes in the sequence with a `?`.
59-
This replacement character can be given as a second paramter to the constructor:
59+
This replacement character can be given as a second parameter to the constructor:
6060

6161
```php
6262
$stream = new Sequencer($stdin, 'X');

0 commit comments

Comments
 (0)