Skip to content

Commit

Permalink
chore: fix doc link in namedTuples docstring (#20770)
Browse files Browse the repository at this point in the history
The `See also` section in the `namedTuples`
[scaladoc](https://dotty.epfl.ch/api/scala/runtime/stdLibPatches/language$$experimental$$namedTuples$.html)
was pointing to the wrong link.

---------

Co-authored-by: Hamza Remmal <[email protected]>
  • Loading branch information
KacperFKorban and hamzaremmal authored Jun 28, 2024
1 parent f880d6e commit 1efbb92
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 @@ -93,7 +93,7 @@ object language:

/** Experimental support for named tuples.
*
* @see [[https://dotty.epfl.ch/docs/reference/experimental/into-modifier]]
* @see [[https://dotty.epfl.ch/docs/reference/experimental/named-tuples]]
*/
@compileTimeOnly("`namedTuples` can only be used at compile time in import statements")
object namedTuples
Expand Down

0 comments on commit 1efbb92

Please sign in to comment.