Skip to content

Commit

Permalink
Merge pull request #37 from yadaiio/typos
Browse files Browse the repository at this point in the history
Fix typos in documentation
  • Loading branch information
clue authored Nov 7, 2023
2 parents bc0a87f + cebe596 commit 5e21b57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 5e21b57

Please sign in to comment.