fix typos

This commit is contained in:
2023-11-01 18:01:12 +01:00
parent 093591314a
commit 6aa47e8d7a

View File

@@ -115,7 +115,7 @@ and then enter the <kbd>+</kbd> operator, the calculator would pop 5
and 6 from the stack, add them and push the result 11 back to the and 6 from the stack, add them and push the result 11 back to the
stack. stack.
However, if you are in collector mode, then all the items would be However, if you are in batch mode, then all the items would be
added, the sub stack would be cleared and the result 14 would be added added, the sub stack would be cleared and the result 14 would be added
to the stack. to the stack.
@@ -167,7 +167,7 @@ calculator. This function takes these parameters:
- help text - help text
Please [refer to the lua language Please [refer to the lua language
reference](https://www.lua.org/manual/5.4/** for more details about reference](https://www.lua.org/manual/5.4/) for more details about
LUA. LUA.
**Please note, that io, networking and system stuff is not allowed **Please note, that io, networking and system stuff is not allowed