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 88
99## 1.2.0 (2018-07-09)
1010
11- * Feature: Forward compatiblity with EventLoop v0.5 and upcoming v1.0.
11+ * Feature: Forward compatibility with EventLoop v0.5 and upcoming v1.0.
1212 (#28 by @clue )
1313
1414* 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
3131 * C1 types in 8 bit are currently not supported, as they require special
3232 * care with regards to whether UTF-8 mode is enabled. So far this has
3333 * 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.
3535 */
3636 private $ types = array (
3737 '[ ' => 'csi ' ,
You can’t perform that action at this time.
0 commit comments