about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2021-05-20 05:56:01 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2021-05-20 05:56:01 +0200
commite1e5ef4c03a7bf80a8f7baabf77bb582aacd5b5b (patch)
tree8a4af020b7954872230aee66ad274390d69b3c44 /README.md
parent17429112a9a016d9f30c2820db236ee9714e3435 (diff)
README.md: Don't use “special” twice in the same sentence
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b9601ab..41274de 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ Line-based terminal emulator without support for ANSI escape sequences.
 
 Mainstream terminal emulators (urxvt, xterm, alacritty, …) support a
 standard known as [ANSI escape sequences][wikipedia ansi]. This standard
-defines several special byte sequences to provide special control
+defines several byte sequences to provide special control
 functions for terminals emulators. This includes control of the cursor,
 support for different colors, et cetera. They are often used to
 implement TUIs (e.g. using the [ncurses][ncurses web] library).