Skip to content

Commit 0bdb329

Browse files
committed
fix conditional
1 parent abc339d commit 0bdb329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/Luau/lute/src/json.luau

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ local function alloc(len: number)
2828
return
2929
end
3030

31-
while cursor + len < size do
31+
while cursor + len > size do
3232
size *= 2
3333
end
3434

0 commit comments

Comments
 (0)