Skip to content

Commit b3f113e

Browse files
chore: Fix doc link in clauseInterleaving docstring (#20590)
The `See also` section in the `clauseInterleaving` [scaladoc](https://dotty.epfl.ch/api/scala/runtime/stdLibPatches/language$$experimental$$clauseInterleaving$.html) was pointing to the wrong link.
2 parents 3bd31c0 + 85dcdc4 commit b3f113e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/scala/runtime/stdLibPatches/language.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ object language:
6464
/** Adds support for clause interleaving:
6565
* Methods can now have as many type clauses as they like, this allows to have type bounds depend on terms: `def f(x: Int)[A <: x.type]: A`
6666
*
67-
* @see [[http://dotty.epfl.ch/docs/reference/other-new-features/explicit-nulls.html]]
67+
* @see [[https://github.com/scala/improvement-proposals/blob/main/content/clause-interleaving.md]]
6868
*/
6969
@compileTimeOnly("`clauseInterleaving` can only be used at compile time in import statements")
7070
object clauseInterleaving

0 commit comments

Comments
 (0)