From add2d1722a72fd09a270c93c1499bc45d63083c8 Mon Sep 17 00:00:00 2001 From: Andy Friesen Date: Mon, 31 Jan 2022 13:06:45 -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 37507019..9c3ec013 100644 --- a/docs/_posts/2022-01-27-luau-recap-january-2022.md +++ b/docs/_posts/2022-01-27-luau-recap-january-2022.md @@ -59,7 +59,7 @@ Accessing a property whose base expression was previously refined will now retur ## Linter improvements -`table.create(N, {})` will now produce a static analysis warning since the element is going to be shared for all table entries +`table.create(N, {})` will now produce a static analysis warning since the element is going to be shared for all table entries. ## Error reporting improvements