Skip to content

Commit

Permalink
chore: Fix doc link in clauseInterleaving docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
KacperFKorban committed Jun 18, 2024
1 parent 133c14a commit 85dcdc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/scala/runtime/stdLibPatches/language.scala
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ object language:
/** Adds support for clause interleaving:
* 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`
*
* @see [[http://dotty.epfl.ch/docs/reference/other-new-features/explicit-nulls.html]]
* @see [[https://github.com/scala/improvement-proposals/blob/main/content/clause-interleaving.md]]
*/
@compileTimeOnly("`clauseInterleaving` can only be used at compile time in import statements")
object clauseInterleaving
Expand Down

0 comments on commit 85dcdc4

Please sign in to comment.