Skip to content

Commit

Permalink
Clean up readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tjcampanella committed Feb 24, 2024
1 parent a9b52fd commit 73ad479
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ $ make compile_run

### Arithmetic

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

0 comments on commit 73ad479

Please sign in to comment.