8000 Fix order of operators in precedence documentation · codingvlad/docs.scala-lang@f92c024 · GitHub
[go: up one dir, main page]

Skip to content

Commit f92c024

Browse files
Fix order of operators in precedence documentation
1 parent b556400 commit f92c024

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)
0