mirror of
https://codeberg.org/scip/rpnc.git
synced 2025-12-18 13:01:08 +01:00
fix typos
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user