mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
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:
parent
d87be41c2b
commit
add2d1722a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue