From ecd814ae606ab7401807f004f47f1b6fd6354d3e Mon Sep 17 00:00:00 2001 From: One GameDev Saga <151055591+onegamedevsaga@users.noreply.github.com> Date: Mon, 20 May 2024 14:54:09 +0800 Subject: [PATCH] Update message-passing.md grammar (#442) * Update grammar for 2 areas in addressing.md * Update message-passing.md grammar --- docs/en/manuals/message-passing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/manuals/message-passing.md b/docs/en/manuals/message-passing.md index 67258935..acb0ef86 100644 --- a/docs/en/manuals/message-passing.md +++ b/docs/en/manuals/message-passing.md @@ -146,7 +146,7 @@ message_id ``` ::: sidenote -There is a hard limit to the `message` parameter table size. This limit is set to 2 kilobytes. There is currently no trivial way to figure out the exact memory size a table consumes but you can use `collectgarbage("count")` at before and after inserting the table to monitor memory use. +There is a hard limit to the `message` parameter table size. This limit is set to 2 kilobytes. There is currently no trivial way to figure out the exact memory size a table consumes but you can use `collectgarbage("count")` before and after inserting the table to monitor memory use. ::: ### Shorthands