We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cd68bf8 + 621ac51 commit 783a0f5Copy full SHA for 783a0f5
README.md
@@ -56,7 +56,7 @@ This class reassembles these sequences by buffering incomplete ones.
56
Also, if you're merely consuming a stream and you're not in control of producing and
57
ensuring valid UTF-8 data, it may as well include invalid UTF-8 byte sequences.
58
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:
+This replacement character can be given as a second parameter to the constructor:
60
61
```php
62
$stream = new Sequencer($stdin, 'X');
0 commit comments