TypeScript
TypeScript copied to clipboard
fix: loop ending limit
Fixed loop ending limit. Otherwise inner loop goes over the entire array for each iteration of the outer loop.