Skip to content

Commit 5339faf

Browse files
committed
Update the comment of TypeApplications#argInfo
1 parent b970a1c commit 5339faf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/dotty/tools/dotc/core/TypeApplications.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,8 +412,8 @@ class TypeApplications(val self: Type) extends AnyVal {
412412
self
413413
}
414414

415-
/** If this is the image of a type argument to type parameter `tparam`,
416-
* recover the type argument, otherwise NoType.
415+
/** If this is the image of a type argument; recover the type argument,
416+
* otherwise NoType.
417417
*/
418418
final def argInfo(implicit ctx: Context): Type = self match {
419419
case self: TypeAlias => self.alias

0 commit comments

Comments
 (0)