mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Update docs/_posts/2022-08-29-luau-recap-august-2022.md
Co-authored-by: Arseny Kapoulkine <arseny.kapoulkine@gmail.com>
This commit is contained in:
parent
8fd5edd468
commit
cadd5fccf1
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ local s: string = my_cool_lower("HI")
|
|||
* Fix minor inconsistencies in synthesized names for types with metatables
|
||||
* Fix autocomplete not suggesting globals defined after the cursor
|
||||
* Fix DeprecatedGlobal warning text in cases when the global is deprecated without a suggested alternative
|
||||
* Fix an off-by-one error in type error text for incorrect use of string.format
|
||||
* Fix an off-by-one error in type error text for incorrect use of `string.format`
|
||||
|
||||
## Other runtime improvements
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue