Skip to content

Commit 0cd9dd1

Browse files
Typo fix
Co-authored-by: Nicolas Stucki <[email protected]>
1 parent 635df4c commit 0cd9dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/scala/compiletime/package.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ package object compiletime {
7878
}
7979

8080
/** Given a tuple T, summons each of its member types and returns them in
81-
* a List.
81+
* a Tuple.
8282
*
8383
* @tparam T the tuple containing the types of the values to be summoned
8484
* @return the given values typed as elements of the tuple

0 commit comments

Comments
 (0)