Skip to content

Commit 74e9107

Browse files
committed
Fixed typo
1 parent c3bcad8 commit 74e9107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dotty/tools/dotc/typer/Mode.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ object Mode {
7474
val ImplicitShadowing = newMode(11, "ImplicitShadowing")
7575

7676
/** We are currently in a `viewExists` check. In that case, ambiguous
77-
* implicits checks are disabled and we succeed with teh first implicit
77+
* implicits checks are disabled and we succeed with the first implicit
7878
* found.
7979
*/
8080
val ImplicitExploration = newMode(12, "ImplicitExploration")

0 commit comments

Comments
 (0)