Skip to content

Commit 3560062

Browse files
Update library/src/scala/tasty/reflect/Types.scala
Co-authored-by: Fengyun Liu <[email protected]>
1 parent 55f3852 commit 3560062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/scala/tasty/reflect/Types.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ trait Types {
292292
/** Pattern representing `X | Y | ...` alternatives. */
293293
type Alternatives <: Tree
294294

295-
/** A type, kind, type bounds or NoPrefix */
295+
/** A type, type constructors, type bounds or NoPrefix */
296296
type Type
297297

298298
/** A singleton type representing a known constant value */

0 commit comments

Comments
 (0)