We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3bcad8 commit 74e9107Copy full SHA for 74e9107
src/dotty/tools/dotc/typer/Mode.scala
@@ -74,7 +74,7 @@ object Mode {
74
val ImplicitShadowing = newMode(11, "ImplicitShadowing")
75
76
/** We are currently in a `viewExists` check. In that case, ambiguous
77
- * implicits checks are disabled and we succeed with teh first implicit
+ * implicits checks are disabled and we succeed with the first implicit
78
* found.
79
*/
80
val ImplicitExploration = newMode(12, "ImplicitExploration")
0 commit comments