aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/config
diff options
context:
space:
mode:
authorGuillaume Martres <smarter@ubuntu.com>2016-02-08 20:32:08 +0100
committerGuillaume Martres <smarter@ubuntu.com>2016-02-08 20:32:08 +0100
commit73e13e8e16eaef531aafb1ff1666047b9f2f41a4 (patch)
tree4c7c4fdf20a6ecf956b4da5d2d23500aa5871eb5 /src/dotty/tools/dotc/config
parent8358e979d328fcf430d6f895c39b3a3aae6e722e (diff)
downloaddotty-73e13e8e16eaef531aafb1ff1666047b9f2f41a4.tar.gz
dotty-73e13e8e16eaef531aafb1ff1666047b9f2f41a4.tar.bz2
dotty-73e13e8e16eaef531aafb1ff1666047b9f2f41a4.zip
Fix documentation of Config.checkConstraintsSeparated
Diffstat (limited to 'src/dotty/tools/dotc/config')
-rw-r--r--src/dotty/tools/dotc/config/Config.scala8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/dotty/tools/dotc/config/Config.scala b/src/dotty/tools/dotc/config/Config.scala
index 461a15ac8..3cc3091b5 100644
--- a/src/dotty/tools/dotc/config/Config.scala
+++ b/src/dotty/tools/dotc/config/Config.scala
@@ -15,10 +15,10 @@ object Config {
*/
final val checkConstraintsNonCyclic = false
- /** Make sure none of the bounds in an OrderingConstraint contains
- * another constrained parameter at its toplevel (i.e. as an operand
- * of a combination of &'s and |'s.). The check is performed each time
- * a new bound is added to the constraint.
+ /** Make sure none of the bounds of a parameter in an OrderingConstraint
+ * contains this parameter at its toplevel (i.e. as an operand of a
+ * combination of &'s and |'s.). The check is performed each time a new bound
+ * is added to the constraint.
*/
final val checkConstraintsSeparated = false