Skip to content

Commit ba44c5a

Browse files
authored
Fix equal operator (nushell#1561)
1 parent 1eff3cb commit ba44c5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lang-guide/chapters/operators.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
- `-` - Minus / Subtraction
77
- `*` - Multiply
88
- `/` - Divide
9-
- `=` - Equal
9+
- `==` - Equal
1010
- `!=` - Not Equal
1111
- `//` - Floor Division
1212
- `<` - Less Than
@@ -47,4 +47,4 @@ TODO
4747

4848
### `[` and `]`
4949

50-
### `{` and `}`
50+
### `{` and `}`

0 commit comments

Comments
 (0)