Skip to content

Commit

Permalink
Merge pull request #737 from ruby/typofix
Browse files Browse the repository at this point in the history
Typofix
  • Loading branch information
olleolleolle authored Aug 20, 2024
2 parents 1fd73b3 + d44fbf9 commit c892885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/reline/face.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c892885

Please sign in to comment.