Hypr-Ecosystem/hyprlang: fix typo (#1421)

Corrected a typo in the arithmetic operations section.
This commit is contained in:
Ross Gongaware 2026-03-31 19:16:43 -04:00 committed by GitHub
parent d2c707bad0
commit a80da483b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: