Skip to content

Commit

Permalink
Update link to point to correct section
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
Quentin Bernet authored Jul 14, 2023
1 parent 294b5da commit c54bf67
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 c54bf67

Please sign in to comment.