Skip to content

Commit 75178c4

Browse files
smarterodersky
andauthored
Update compiler/src/dotty/tools/dotc/typer/Typer.scala
Co-Authored-By: odersky <[email protected]>
1 parent fb58de1 commit 75178c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ object Typer {
7575
*/
7676
private val DroppedEmptyArgs = new Property.Key[Unit]
7777

78-
/** Am attachment that indicates a failed conversion or extension method
78+
/** An attachment that indicates a failed conversion or extension method
7979
* search was tried on a tree. This will in some cases be reported in error messages
8080
*/
8181
private[typer] val HiddenSearchFailure = new Property.Key[SearchFailure]

0 commit comments

Comments
 (0)