Преглед изворни кода

Update message-passing.md grammar (#442)

* Update grammar for 2 areas in addressing.md

* Update message-passing.md grammar
One GameDev Saga пре 1 година
родитељ
комит
ecd814ae60
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      docs/en/manuals/message-passing.md

+ 1 - 1
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