From f745d9d13acab81285c0afc185333d889edf2b01 Mon Sep 17 00:00:00 2001 From: Deyan Dobromirov Date: Thu, 26 Mar 2026 09:18:53 +0200 Subject: [PATCH] Fix grammar in comment for constraint ordering Create a branch for fixing the ligter. --- lua/weapons/gmod_tool/stools/advdupe2.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/weapons/gmod_tool/stools/advdupe2.lua b/lua/weapons/gmod_tool/stools/advdupe2.lua index 2c991c7..78358ed 100644 --- a/lua/weapons/gmod_tool/stools/advdupe2.lua +++ b/lua/weapons/gmod_tool/stools/advdupe2.lua @@ -31,7 +31,7 @@ if(SERVER) then WireMotor = true, WireHydraulic = true } - --Orders constraints so that the dupe uses as little constraint systems as possible + --Orders constraints so that the dupe uses as few constraint systems as possible local function GroupConstraintOrder( ply, constraints ) --First separate the nocollides, sorted, and unsorted constraints local sorted, unsorted = {}, {}