Skip to content

Commit 8b95263

Browse files
SporarumWojciechMazur
authored andcommitted
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 [Cherry-picked c54bf67] [Cherry-picked a87132d]
1 parent 4ee1971 commit 8b95263

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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)