Skip to content

Commit 89a3cd4

Browse files
authored
Merge pull request scala#1122 from nivekastoreth/patch-1
Fix order of operators in precedence documentation
2 parents eeda3fc + f92c024 commit 89a3cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_tour/operators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ Is equivalent to
7878
```
7979
((a + b) ^? (c ?^ d)) less ((a ==> b) | c)
8080
```
81-
`?^` has the highest precedence because it starts with the character `?`. `+` has the second highest precedence, followed by `^?`, `==>`, `|`, and `less`.
81+
`?^` has the highest precedence because it starts with the character `?`. `+` has the second highest precedence, followed by `==>`, `^?`, `|`, and `less`.

0 commit comments

Comments
 (0)