Skip to content

Commit

Permalink
Fix equal operator (#1561)
Browse files Browse the repository at this point in the history
  • Loading branch information
sholderbach authored Sep 24, 2024
1 parent 1eff3cb commit ba44c5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lang-guide/chapters/operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- `-` - Minus / Subtraction
- `*` - Multiply
- `/` - Divide
- `=` - Equal
- `==` - Equal
- `!=` - Not Equal
- `//` - Floor Division
- `<` - Less Than
Expand Down Expand Up @@ -47,4 +47,4 @@ TODO

### `[` and `]`

### `{` and `}`
### `{` and `}`

0 comments on commit ba44c5a

Please sign in to comment.