Update docs/_posts/2022-01-27-luau-recap-january-2022.md

Co-authored-by: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com>
This commit is contained in:
Andy Friesen 2022-01-31 13:06:45 -08:00 committed by GitHub
parent d87be41c2b
commit add2d1722a
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,7 +59,7 @@ Accessing a property whose base expression was previously refined will now retur
## Linter improvements ## 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 ## Error reporting improvements