Skip to content

Commit

Permalink
Update message-passing.md grammar (#442)
Browse files Browse the repository at this point in the history
* Update grammar for 2 areas in addressing.md

* Update message-passing.md grammar
  • Loading branch information
onegamedevsaga authored May 20, 2024
1 parent 7a3efd1 commit ecd814a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/manuals/message-passing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ecd814a

Please sign in to comment.