Skip to content

Commit ba174c0

Browse files
committed
Fix subsection title
1 parent 5439c6e commit ba174c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/contextual/context-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ maximum(xs)(using descending(using listOrd))
6060
maximum(xs)(using descending(using listOrd(using intOrd)))
6161
```
6262

63-
## Multiple With Clauses
63+
## Multiple Using Clauses
6464

6565
There can be several using clauses in a definition and using clauses can be freely mixed with normal parameter clauses. Example:
6666
```scala

0 commit comments

Comments
 (0)