From d87be41c2b49c1f3135b0161115b864375b9aca7 Mon Sep 17 00:00:00 2001 From: Andy Friesen Date: Mon, 31 Jan 2022 13:06:39 -0800 Subject: [PATCH] Update docs/_posts/2022-01-27-luau-recap-january-2022.md Co-authored-by: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com> --- docs/_posts/2022-01-27-luau-recap-january-2022.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). ---