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:
Alexander McCord 2022-08-30 10:28:42 -07:00 committed by GitHub
parent 8fd5edd468
commit cadd5fccf1
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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