Skip to content

Commit ea71c6f

Browse files
committed
Fix an ironic typo in the typo fixing commit
1 parent 3729881 commit ea71c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1145,7 +1145,7 @@ class Typer extends Namer with TypeAssigner with Applications with Implicits wit
11451145
* `fallBack`.
11461146
*
11471147
* 1st strategy: Try to insert `.apply` so that the result conforms to prototype `pt`.
1148-
* 2nd stratgy: If tree is a select `qual.name`, try to insert an implicit conversion
1148+
* 2nd strategy: If tree is a select `qual.name`, try to insert an implicit conversion
11491149
* around the qualifier part `qual` so that the result conforms to the expected type
11501150
* with wildcard result type.
11511151
*/

0 commit comments

Comments
 (0)