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