mirror of
https://github.com/wez/wezterm.git
synced 2024-11-22 22:42:48 +03:00
docs: fix typo in wezterm.color
square()
This commit is contained in:
parent
ff3229510f
commit
d0e9a03440
@ -6,7 +6,7 @@ Returns the other three colors that form a square. The other colors
|
||||
are 90 degrees apart on the HSL color wheel.
|
||||
|
||||
```
|
||||
local a, b, c = wezterm:color.parse("yellow"):square()
|
||||
local a, b, c = wezterm.color.parse("yellow"):square()
|
||||
```
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user