1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-11 14:25:57 +03:00

docs: fix typo in wezterm.color square()

This commit is contained in:
winston 2023-04-30 01:27:16 +02:00 committed by Wez Furlong
parent ff3229510f
commit d0e9a03440

View File

@ -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()
```