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 8cad1ad commit d25c187Copy full SHA for d25c187
docs/docs/reference/contextual/given-imports.md
@@ -61,7 +61,7 @@ For instance, assuming the object
61
```scala
62
object Instances {
63
given intOrd as Ordering[Int]
64
- given [T: Ordering] listOrd as Ordering[List[T]]
+ given listOrd[T: Ordering] as Ordering[List[T]]
65
given ec as ExecutionContext = ...
66
given im as Monoid[Int]
67
}
0 commit comments