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 fb58de1 commit 75178c4Copy full SHA for 75178c4
compiler/src/dotty/tools/dotc/typer/Typer.scala
@@ -75,7 +75,7 @@ object Typer {
75
*/
76
private val DroppedEmptyArgs = new Property.Key[Unit]
77
78
- /** Am attachment that indicates a failed conversion or extension method
+ /** An attachment that indicates a failed conversion or extension method
79
* search was tried on a tree. This will in some cases be reported in error messages
80
81
private[typer] val HiddenSearchFailure = new Property.Key[SearchFailure]
0 commit comments