Skip to content

Commit 73e13e8

Browse files
committed
Fix documentation of Config.checkConstraintsSeparated
1 parent 8358e97 commit 73e13e8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/dotty/tools/dotc/config/Config.scala

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ object Config {
1515
*/
1616
final val checkConstraintsNonCyclic = false
1717

18-
/** Make sure none of the bounds in an OrderingConstraint contains
19-
* another constrained parameter at its toplevel (i.e. as an operand
20-
* of a combination of &'s and |'s.). The check is performed each time
21-
* a new bound is added to the constraint.
18+
/** Make sure none of the bounds of a parameter in an OrderingConstraint
19+
* contains this parameter at its toplevel (i.e. as an operand of a
20+
* combination of &'s and |'s.). The check is performed each time a new bound
21+
* is added to the constraint.
2222
*/
2323
final val checkConstraintsSeparated = false
2424

0 commit comments

Comments
 (0)