mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2026-05-06 23:58:01 +02:00
Hypr-Ecosystem/hyprlang: fix typo (#1421)
Corrected a typo in the arithmetic operations section.
This commit is contained in:
parent
d2c707bad0
commit
a80da483b5
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ This is the syntax used by `hyprctl keyword`, for example.
|
|||
|
||||
Since 0.6.3, hyprlang supports _very_ basic arithmetic operations on variables using `{{}}`
|
||||
|
||||
You can use `+`, `-`, `*`, or `/`, on only _two_ variables (or constants) are a time.
|
||||
You can use `+`, `-`, `*`, or `/`, on only _two_ variables (or constants) at a time.
|
||||
You _cannot_ nest them, but you can use intermittent variables.
|
||||
|
||||
Example:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue