diff --git a/docs/_posts/2022-01-27-luau-recap-january-2022.md b/docs/_posts/2022-01-27-luau-recap-january-2022.md index 777e31d2..37507019 100644 --- a/docs/_posts/2022-01-27-luau-recap-january-2022.md +++ b/docs/_posts/2022-01-27-luau-recap-january-2022.md @@ -16,7 +16,7 @@ new algorithm called Schubfach, which allows us to produce the shortest precise input number very quickly. While performance is not the main driving factor, this also happens to be significantly faster than our old -implementation (up to 10x depending on the number and the platform). the bottleneck there. +implementation (up to 10x depending on the number and the platform). ---