Skip to content

Commit

Permalink
Update link to point to correct section (#18208)
Browse files Browse the repository at this point in the history
In the reference, in Erased Definitions, link pointed to the Inline
page, even though the content is in Compile Time Operations
  • Loading branch information
nicolasstucki authored Jul 14, 2023
2 parents 294b5da + c54bf67 commit 02717b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_docs/reference/experimental/erased-defs.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ object Machine:
// State must be Off
```

Note that in [Inline](../metaprogramming/inline.md) we discussed `erasedValue` and inline
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
can be encoded as follows:

```scala
Expand Down

0 comments on commit 02717b6

Please sign in to comment.