Merge pull request #80 from mum4k/typos

Two typos s/called/caller
This commit is contained in:
Jakub Sobon 2019-01-19 10:47:57 -05:00 committed by GitHub
commit f9eef8d51b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -50,11 +50,11 @@ const (
// ColorMode216 supports only the third range of the ColorMode256, i.e the // ColorMode216 supports only the third range of the ColorMode256, i.e the
// 216 different terminal colors. However in this mode the colors are zero // 216 different terminal colors. However in this mode the colors are zero
// based, so the called doesn't need to provide an offset. // based, so the caller doesn't need to provide an offset.
ColorMode216 ColorMode216
// ColorModeGrayscale supports only the fourth range of the ColorMode256, // ColorModeGrayscale supports only the fourth range of the ColorMode256,
// i.e the 24 different shades of grey. However in this mode the colors are // i.e the 24 different shades of grey. However in this mode the colors are
// zero based, so the called doesn't need to provide an offset. // zero based, so the caller doesn't need to provide an offset.
ColorModeGrayscale ColorModeGrayscale
) )