Skip to content

Commit 5cdf130

Browse files
authored
Merge pull request #6668 from tegonal/type-lambda-fix-link
[Doc] Fix link to kind polymorphism
2 parents a8e1ad6 + 0db32a2 commit 5cdf130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/new-types/type-lambdas-spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ is treated as a shorthand for
9797

9898
**Note**: The decision to treat `Nothing` as universal bottom type is provisional, and might be changed afer further discussion.
9999

100-
**Note**: Scala 2 and 3 differ in that Scala 2 also treats `Any` as universal top-type. This is not done in Scala 3. See also the discussion on [kind polymorphism](./kind-polymorphism.html)
100+
**Note**: Scala 2 and 3 differ in that Scala 2 also treats `Any` as universal top-type. This is not done in Scala 3. See also the discussion on [kind polymorphism](../other-new-features/kind-polymorphism.html)
101101

102102
## Curried Type Parameters
103103

0 commit comments

Comments
 (0)