diff options
author | Steven Noble <steven@snoble.net> | 2018-02-12 04:50:52 +1100 |
---|---|---|
committer | Joe Wilm <jwilm@users.noreply.github.com> | 2018-02-11 09:50:52 -0800 |
commit | 107b615d7e8057255c5e2974288df6bd8c859ddb (patch) | |
tree | a0f1d8751ecab1ffd1b78153b16600327b12fe2b /docs | |
parent | cc87390edee9d28d9e7456c6ac0cf3a6b7a096c2 (diff) | |
download | alacritty-107b615d7e8057255c5e2974288df6bd8c859ddb.tar.gz alacritty-107b615d7e8057255c5e2974288df6bd8c859ddb.zip |
`starting` not `staring` (#1074)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ansicode.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ansicode.txt b/docs/ansicode.txt index e2ec1aac..3a10f620 100644 --- a/docs/ansicode.txt +++ b/docs/ansicode.txt @@ -45,7 +45,7 @@ Definitions: Control Character - A single character with an ASCII code with the range of 000 to 037 and 200 to 237 octal, 00 to 1F and 80 to 9F hex. - Escape Sequence - A two or three character string staring with ESCape. + Escape Sequence - A two or three character string starting with ESCape. (Four or more character strings are allowed but not defined.) Control Sequence - A string starting with CSI (233 octal, 9B hex) or |