Skip to content

Commit

Permalink
Fix typo in NamedTuple.scala (#21548)
Browse files Browse the repository at this point in the history
  • Loading branch information
bishabosha authored Sep 5, 2024
2 parents 5a7627a + 10d6b63 commit f285199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/scala/NamedTuple.scala
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ object NamedTuple:
NamedTuple[Names[X], Tuple.Zip[DropNames[X], DropNames[Y]]]

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

0 comments on commit f285199

Please sign in to comment.