From be74de6b3efb022bb6b7ba4b1432a70f4e74b03e Mon Sep 17 00:00:00 2001 From: cay <157529467+cayasde@users.noreply.github.com> Date: Mon, 26 Jan 2026 13:19:17 -0400 Subject: [PATCH] Fix typo in GetRect examples (#296) --- modules/GetRect/examples/button.luau | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/GetRect/examples/button.luau b/modules/GetRect/examples/button.luau index 3a29b3a..16d3807 100755 --- a/modules/GetRect/examples/button.luau +++ b/modules/GetRect/examples/button.luau @@ -3,7 +3,7 @@ local RunService = require("@game/RunService") local UI_Context = require(ReplicatedStorage.UI_Context) local GetRect = require("@modules/GetRect/module") -RunService.RenderStepped:Connect(fĂșnction(dt) +RunService.RenderStepped:Connect(function(dt) local pressed, button_state, released = GetRect.button(UI_Context.button.shop) local my_window = UI_Context.window.shop