diff --git a/docs/_posts/2023-07-31-luau-recap-july-2023.md b/docs/_posts/2023-07-31-luau-recap-july-2023.md index ecb6c10a..8b68dba8 100644 --- a/docs/_posts/2023-07-31-luau-recap-july-2023.md +++ b/docs/_posts/2023-07-31-luau-recap-july-2023.md @@ -43,7 +43,8 @@ Other fixes include: ## Runtime improvements -Out-of-memory exception handling has been improved. `xpcall` handlers will now actually be called with a "not enough memory" string and whatever string/object they return will be correctly propagated. +Out-of-memory exception handling has been improved. +`xpcall` handlers will now actually be called with a "not enough memory" string and whatever string/object they return will be correctly propagated. Other runtime improvements we've made: