From 6ba014f43a08823c7ffad65aba65d34b318ea5f5 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 4 Nov 2021 00:35:17 -0400 Subject: [PATCH] spelling: aggressively --- bench/tests/deltablue.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/tests/deltablue.lua b/bench/tests/deltablue.lua index ffbd9347..2602fd89 100644 --- a/bench/tests/deltablue.lua +++ b/bench/tests/deltablue.lua @@ -21,7 +21,7 @@ local bench = script and require(script.Parent.bench_support) or require("bench_ -- This implementation of the DeltaBlue benchmark is derived -- from the Smalltalk implementation by John Maloney and Mario -- Wolczko. Some parts have been translated directly, whereas --- others have been modified more aggresively to make it feel +-- others have been modified more aggressively to make it feel -- more like a JavaScript program.