Skip to content

Commit f2b4633

Browse files
Skylar Brownechasnovski
authored andcommitted
(mini.colors) Fix typo in help file.
1 parent afa6f0a commit f2b4633

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/mini-colors.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ List of supported color spaces (along with their id in parenthesis):
199199

200200
- Oklab (`oklab`) - table with fields `l` (lightness; numeric in [0; 100]),
201201
`a`, `b` (both are unbounded numeric; visible range is usually between
202-
-30 to 30). Field `l` describes how light is color; `a` - how "greed-red" it is;
202+
-30 to 30). Field `l` describes how light is color; `a` - how "green-red" it is;
203203
`b` - how "blue-yellow" it is.
204204

205205
- Oklch (`oklch`) - table with fields `l` (same as in Oklab),

lua/mini/colors.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
---
197197
--- - Oklab (`oklab`) - table with fields `l` (lightness; numeric in [0; 100]),
198198
--- `a`, `b` (both are unbounded numeric; visible range is usually between
199-
--- -30 to 30). Field `l` describes how light is color; `a` - how "greed-red" it is;
199+
--- -30 to 30). Field `l` describes how light is color; `a` - how "green-red" it is;
200200
--- `b` - how "blue-yellow" it is.
201201
---
202202
--- - Oklch (`oklch`) - table with fields `l` (same as in Oklab),

0 commit comments

Comments
 (0)