Skip to content

Commit c54bf67

Browse files
authored
Update link to point to correct section
In the reference, in Erased Definitions, link pointed to the Inline page, even though the content is in Compile Time Operations
1 parent 294b5da commit c54bf67

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)