File tree 1 file changed +2
-2
lines changed
docs/_docs/reference/contextual
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ of the `Mirror` type class available.
154
154
155
155
## ` Mirror `
156
156
157
- ` Mirror ` type class instances provide information at the type level about the components and labelling of the type.
157
+ ` scala.deriving. Mirror` type class instances provide information at the type level about the components and labelling of the type.
158
158
They also provide minimal term level infrastructure to allow higher level libraries to provide comprehensive
159
159
derivation support.
160
160
@@ -172,7 +172,7 @@ Instances for `Mirror` are also generated conditionally for:
172
172
- and where the compiler can generate a ` Mirror ` type class instance for each child case.
173
173
174
174
175
- The ` Mirror ` type class definition is as follows:
175
+ The ` scala.deriving. Mirror` type class definition is as follows:
176
176
177
177
``` scala
178
178
sealed trait Mirror :
You can’t perform that action at this time.
0 commit comments