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