Skip to content

Commit 2e99511

Browse files
committed
Fix comment
1 parent 7c0b163 commit 2e99511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/transform/ShortcutImplicits.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class ShortcutImplicits extends MiniPhase with IdentityDenotTransformer { thisTr
6969

7070
/** Should `sym` get a ..$direct companion?
7171
* This is the case if (1) `sym` is a method with an implicit function type as final result type.
72-
* However if `specializeMonoTargets` is true, we exclude symbols that are known
72+
* However if `specializeMonoTargets` is false, we exclude symbols that are known
7373
* to be only targets of monomorphic calls because they are effectively
7474
* final and don't override anything.
7575
*/

0 commit comments

Comments
 (0)