Skip to content

Commit f3d84c5

Browse files
authored
fixed another typo
1 parent 584c623 commit f3d84c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/erased-terms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ object IsOff {
112112
@implicitNotFound("State is must be On")
113113
class IsOn[S <: State]
114114
object IsOn {
115-
// def isOn will not exist at runtime, the compiler will only require that this evidence exists at compile time
115+
// erased val isOn will not exist at runtime, the compiler will only require that this evidence exists at compile time
116116
erased implicit val isOn: IsOn[On] = new IsOn[On]
117117
}
118118

0 commit comments

Comments
 (0)