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