We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 294b5da + c54bf67 commit 02717b6Copy full SHA for 02717b6
docs/_docs/reference/experimental/erased-defs.md
@@ -161,8 +161,8 @@ object Machine:
161
// State must be Off
162
```
163
164
-Note that in [Inline](../metaprogramming/inline.md) we discussed `erasedValue` and inline
165
-matches. `erasedValue` is implemented with `erased`, so the state machine above
+Note that in [Compile-time operations](../metaprogramming/compiletime-ops.md#erasedvalue) we discussed `erasedValue` and inline
+matches. `erasedValue` is internally implemented with `erased` (and is not experimental), so the state machine above
166
can be encoded as follows:
167
168
```scala
0 commit comments