Skip to content

Commit 02717b6

Browse files
Update link to point to correct section (#18208)
In the reference, in Erased Definitions, link pointed to the Inline page, even though the content is in Compile Time Operations
2 parents 294b5da + c54bf67 commit 02717b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/_docs/reference/experimental/erased-defs.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ object Machine:
161161
// State must be Off
162162
```
163163

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
164+
Note that in [Compile-time operations](../metaprogramming/compiletime-ops.md#erasedvalue) we discussed `erasedValue` and inline
165+
matches. `erasedValue` is internally implemented with `erased` (and is not experimental), so the state machine above
166166
can be encoded as follows:
167167

168168
```scala

0 commit comments

Comments
 (0)