From d44fbf9f7bdc664a339293d750c30010f0b76fe3 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 20 Aug 2024 19:07:35 +0900 Subject: [PATCH] typofix --- lib/reline/face.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/reline/face.rb b/lib/reline/face.rb index d07196e2e7..5b4464a623 100644 --- a/lib/reline/face.rb +++ b/lib/reline/face.rb @@ -107,7 +107,7 @@ def sgr_rgb_truecolor(key, value) def sgr_rgb_256color(key, value) # 256 colors are - # 0..15: standard colors, hight intensity colors + # 0..15: standard colors, high intensity colors # 16..232: 216 colors (R, G, B each 6 steps) # 233..255: grayscale colors (24 steps) # This methods converts rgb_expression to 216 colors