Skip to content

Commit 1efbb92

Browse files
chore: fix doc link in namedTuples docstring (#20770)
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]>
1 parent f880d6e commit 1efbb92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: library/src/scala/runtime/stdLibPatches/language.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ object language:
9393

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

0 commit comments

Comments
 (0)