From a80da483b5913d8a523661fd4e318f401d592090 Mon Sep 17 00:00:00 2001 From: Ross Gongaware Date: Tue, 31 Mar 2026 19:16:43 -0400 Subject: [PATCH] Hypr-Ecosystem/hyprlang: fix typo (#1421) Corrected a typo in the arithmetic operations section. --- content/Hypr Ecosystem/hyprlang.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/Hypr Ecosystem/hyprlang.md b/content/Hypr Ecosystem/hyprlang.md index 76b47336..45274817 100644 --- a/content/Hypr Ecosystem/hyprlang.md +++ b/content/Hypr Ecosystem/hyprlang.md @@ -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: