Skip to content

Commit f285199

Browse files
authored
Fix typo in NamedTuple.scala (#21548)
2 parents 5a7627a + 10d6b63 commit f285199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/scala/NamedTuple.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ object NamedTuple:
119119
NamedTuple[Names[X], Tuple.Zip[DropNames[X], DropNames[Y]]]
120120

121121
/** A type specially treated by the compiler to represent all fields of a
122-
* class argument `T` as a named tuple. Or, if `T` is already a named tyuple,
122+
* class argument `T` as a named tuple. Or, if `T` is already a named tuple,
123123
* `From[T]` is the same as `T`.
124124
*/
125125
type From[T] <: AnyNamedTuple

0 commit comments

Comments
 (0)