Skip to content

Commit b570b18

Browse files
Update library/src/scala/quoted/Type.scala
Co-authored-by: Fengyun Liu <[email protected]>
1 parent 1837e7f commit b570b18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/scala/quoted/Type.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package scala.quoted
22

33
import scala.annotation.compileTimeOnly
44

5-
/** Type (or kind) `T` needed contextually when using `T` in a quoted expression `'{... T ...}` */
5+
/** Type (or type constructor) `T` needed contextually when using `T` in a quoted expression `'{... T ...}` */
66
abstract class Type[T <: AnyKind] private[scala]:
77
/** The type represented `Type` */
88
type Underlying = T

0 commit comments

Comments
 (0)