Skip to content

Commit 6e27eed

Browse files
authored
Update operators.md
1 parent 4d616bb commit 6e27eed

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

_tour/operators.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,6 @@ This helps to make the definition of `xor` more readable.
100100

101101
## Precedence
102102
When an expression uses multiple operators, the operators are evaluated based on the priority of the first character:
103-
104-
{% tabs operators_6 %}
105-
{% tab 'Scala 2 and 3' for=operators_6 %}
106103
```
107104
(characters not shown below)
108105
* / %
@@ -115,9 +112,6 @@ When an expression uses multiple operators, the operators are evaluated based on
115112
|
116113
(all letters, $, _)
117114
```
118-
{% endtab %}
119-
{% endtabs %}
120-
121115
This applies to functions you define. For example, the following expression:
122116

123117
{% tabs operators_7 %}

0 commit comments

Comments
 (0)