We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5439c6e commit ba174c0Copy full SHA for ba174c0
docs/docs/reference/contextual/context-parameters.md
@@ -60,7 +60,7 @@ maximum(xs)(using descending(using listOrd))
60
maximum(xs)(using descending(using listOrd(using intOrd)))
61
```
62
63
-## Multiple With Clauses
+## Multiple Using Clauses
64
65
There can be several using clauses in a definition and using clauses can be freely mixed with normal parameter clauses. Example:
66
```scala
0 commit comments