From cadd5fccf1e53daec056c5006a93fc9e342e7e6d Mon Sep 17 00:00:00 2001 From: Alexander McCord <11488393+alexmccord@users.noreply.github.com> Date: Tue, 30 Aug 2022 10:28:42 -0700 Subject: [PATCH] Update docs/_posts/2022-08-29-luau-recap-august-2022.md Co-authored-by: Arseny Kapoulkine --- docs/_posts/2022-08-29-luau-recap-august-2022.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_posts/2022-08-29-luau-recap-august-2022.md b/docs/_posts/2022-08-29-luau-recap-august-2022.md index d4aea7b7..a0e88536 100644 --- a/docs/_posts/2022-08-29-luau-recap-august-2022.md +++ b/docs/_posts/2022-08-29-luau-recap-august-2022.md @@ -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