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 3729881 commit ea71c6fCopy full SHA for ea71c6f
src/dotty/tools/dotc/typer/Typer.scala
@@ -1145,7 +1145,7 @@ class Typer extends Namer with TypeAssigner with Applications with Implicits wit
1145
* `fallBack`.
1146
*
1147
* 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
+ * 2nd strategy: If tree is a select `qual.name`, try to insert an implicit conversion
1149
* around the qualifier part `qual` so that the result conforms to the expected type
1150
* with wildcard result type.
1151
*/
0 commit comments