Skip to content

Commit

Permalink
Merge pull request #15907 from lampepfl/fix-404-reference
Browse files Browse the repository at this point in the history
Fix 404 in Scala 3 Reference
  • Loading branch information
Sporarum authored Aug 25, 2022
2 parents 5a50fbb + d5802d5 commit f0be00d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_docs/reference/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The language redesign was guided by three main goals:
- Further improve the consistency and expressiveness of Scala's language constructs.

Corresponding to these goals, the language changes fall into seven categories:
(1) Core constructs to strengthen foundations, (2) simplifications and (3) [restrictions](#restrictions), to make the language easier and safer to use, (4) [dropped constructs](#dropped-constructs) to make the language smaller and more regular, (5) [changed constructs](#changes) to remove warts, and increase consistency and usability, (6) [new constructs](#new-constructs) to fill gaps and increase expressiveness, (7) a new, principled approach to metaprogramming that replaces [Scala 2 experimental macros](https://docs.scala-lang.org/overviews/macros/overview.md).
(1) Core constructs to strengthen foundations, (2) simplifications and (3) [restrictions](#restrictions), to make the language easier and safer to use, (4) [dropped constructs](#dropped-constructs) to make the language smaller and more regular, (5) [changed constructs](#changes) to remove warts, and increase consistency and usability, (6) [new constructs](#new-constructs) to fill gaps and increase expressiveness, (7) a new, principled approach to metaprogramming that replaces [Scala 2 experimental macros](https://docs.scala-lang.org/overviews/macros/overview.html).

## Essential Foundations

Expand Down

0 comments on commit f0be00d

Please sign in to comment.