Skip to content

Commit 73ad479

Browse files
committed
Clean up readme
1 parent a9b52fd commit 73ad479

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ $ make compile_run
4646

4747
### Arithmetic
4848

49-
| Name | Signature | Description |
50-
| --- | --- | --- |
51-
| `+` | `[a: int] [b: int] -- [a + b: int]` | sums up two elements on the top of the stack. |
52-
| `-` | `[a: int] [b: int] -- [a - b: int]` | subtracts two elements on the top of the stack |
49+
| Name | Signature | Description |
50+
| --- | --- | --- |
51+
| `+` | `[a: int] [b: int] -- [a + b: int]` | sums up two elements on the top of the stack. |
52+
| `-` | `[a: int] [b: int] -- [a - b: int]` | subtracts two elements on the top of the stack . |

0 commit comments

Comments
 (0)