Skip to content

Commit b09af10

Browse files
authored
Sync with the stable documentation branch (#17014)
This pull request is syncing the main with changes from language-reference-stable. It was created automatically after a46d730 by @Kordyjan
2 parents c95c0af + a46d730 commit b09af10

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/_docs/reference/contextual/using-clauses.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,7 @@ With this setup, the following calls are all well-formed, and they all normalize
100100
```scala
101101
minimum(xs)
102102
maximum(xs)(using descending)
103-
maximum(xs)(using descending(using listOrd))
104-
maximum(xs)(using descending(using listOrd(using intOrd)))
103+
maximum(xs)(using descending(using intOrd))
105104
```
106105

107106
## Multiple `using` Clauses

0 commit comments

Comments
 (0)