File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
9
9
## 1.2.0 (2018-07-09)
10
10
11
- * Feature: Forward compatiblity with EventLoop v0.5 and upcoming v1.0.
11
+ * Feature: Forward compatibility with EventLoop v0.5 and upcoming v1.0.
12
12
(#28 by @clue )
13
13
14
14
* Improve test suite by updating Travis config to test against legacy PHP 5.3 through PHP 7.2.
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ class ControlCodeParser extends EventEmitter implements ReadableStreamInterface
31
31
* C1 types in 8 bit are currently not supported, as they require special
32
32
* care with regards to whether UTF-8 mode is enabled. So far this has
33
33
* turned out to be a non-issue because most terminal emulators *accept*
34
- * boths formats, but usually *send* in 7 bit mode exclusively.
34
+ * both formats, but usually *send* in 7 bit mode exclusively.
35
35
*/
36
36
private $ types = array (
37
37
'[ ' => 'csi ' ,
You can’t perform that action at this time.
0 commit comments