Skip to content

Commit bf6b9f2

Browse files
oderskysmarter
andauthored
Update compiler/src/dotty/tools/dotc/core/Types.scala
Co-Authored-By: Guillaume Martres <smarter@ubuntu.com>
1 parent fae6009 commit bf6b9f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/core/Types.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ object Types {
440440
NoSymbol
441441
}
442442

443-
/** The least (wrt <:<) set of symbols satisfying the `include` prediacte of which this type is a subtype
443+
/** The least (wrt <:<) set of symbols satisfying the `include` predicate of which this type is a subtype
444444
*/
445445
final def parentSymbols(include: Symbol => Boolean)(implicit ctx: Context): List[Symbol] = this match {
446446
case tp: ClassInfo =>

0 commit comments

Comments
 (0)