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 584c623 commit f3d84c5Copy full SHA for f3d84c5
docs/docs/reference/erased-terms.md
@@ -112,7 +112,7 @@ object IsOff {
112
@implicitNotFound("State is must be On")
113
class IsOn[S <: State]
114
object IsOn {
115
- // def isOn will not exist at runtime, the compiler will only require that this evidence exists at compile time
+ // erased val isOn will not exist at runtime, the compiler will only require that this evidence exists at compile time
116
erased implicit val isOn: IsOn[On] = new IsOn[On]
117
}
118
0 commit comments