Skip to content

Commit bf9f32e

Browse files
committed
Update the Type inference section's link
1 parent bc1f65e commit bf9f32e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/scala3-book/scala-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ In that list:
161161
Scala’s type system enforces, at compile-time, that abstractions are used in a safe and coherent manner.
162162
In particular, the type system supports:
163163

164-
- [Type inference](/tour/type-inference.html)
164+
- [Inferred types]({% link _overviews/scala3-book/types-inferred.md %})
165165
- [Generic classes]({% link _overviews/scala3-book/types-generics.md %})
166166
- [Variance annotations]({% link _overviews/scala3-book/types-variance.md %})
167167
- [Upper](/tour/upper-type-bounds.html) and [lower](/tour/lower-type-bounds.html) type bounds

0 commit comments

Comments
 (0)