From 107b615d7e8057255c5e2974288df6bd8c859ddb Mon Sep 17 00:00:00 2001 From: Steven Noble Date: Mon, 12 Feb 2018 04:50:52 +1100 Subject: [PATCH] `starting` not `staring` (#1074) --- docs/ansicode.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ansicode.txt b/docs/ansicode.txt index e2ec1aa..3a10f62 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