From bb64850cc618d8177f22b6fb7484190c741e4e5f Mon Sep 17 00:00:00 2001 From: Vyacheslav Egorov Date: Fri, 28 Jul 2023 23:20:54 +0300 Subject: [PATCH] Trigger page build --- docs/_posts/2023-07-31-luau-recap-july-2023.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: