Skip to content

Commit ba1bfdb

Browse files
committed
Fix flag description
1 parent a710722 commit ba1bfdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/src/dotty/tools/dotc/config/ScalaSettings.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ class ScalaSettings extends Settings.SettingGroup {
123123
val YprofileRunGcBetweenPhases = PhasesSetting("-Yprofile-run-gc", "Run a GC between phases - this allows heap size to be accurate at the expense of more time. Specify a list of phases, or *", "_")
124124
//.withPostSetHook( _ => YprofileEnabled.value = true )
125125

126-
// Extremely experimetnal language feature
127-
val YkindPolymorphism = BooleanSetting("-Ykind-polymorphism", "Potentially unsound.")
126+
// Extremely experimental language features
127+
val YkindPolymorphism = BooleanSetting("-Ykind-polymorphism", "Enable kind polymorphism (see http://dotty.epfl.ch/docs/reference/kind-polymorphism.html). Potentially unsound.")
128128

129129
/** Area-specific debug output */
130130
val YexplainLowlevel = BooleanSetting("-Yexplain-lowlevel", "When explaining type errors, show types at a lower level.")

0 commit comments

Comments
 (0)