Skip to content

Commit c4d95f4

Browse files
committed
Missing parenthesis.
1 parent 74cf0e4 commit c4d95f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/programs/calc.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ op
3535
Pop the two values on top of the stack, execute an operation, and push the result back onto the stack.
3636

3737
.. code-block::
38-
:caption: 3 * 1 + 4
38+
:caption: 3 * (1 + 4)
3939
4040
| < 1
4141
| < 4

0 commit comments

Comments
 (0)