Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos in documentation #37

Merged
merged 1 commit into from
Nov 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## 1.2.0 (2018-07-09)

* Feature: Forward compatiblity with EventLoop v0.5 and upcoming v1.0.
* Feature: Forward compatibility with EventLoop v0.5 and upcoming v1.0.
(#28 by @clue)

* Improve test suite by updating Travis config to test against legacy PHP 5.3 through PHP 7.2.
Expand Down
2 changes: 1 addition & 1 deletion src/ControlCodeParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class ControlCodeParser extends EventEmitter implements ReadableStreamInterface
* C1 types in 8 bit are currently not supported, as they require special
* care with regards to whether UTF-8 mode is enabled. So far this has
* turned out to be a non-issue because most terminal emulators *accept*
* boths formats, but usually *send* in 7 bit mode exclusively.
* both formats, but usually *send* in 7 bit mode exclusively.
*/
private $types = array(
'[' => 'csi',
Expand Down