Skip to content

Commit 8a675d9

Browse files
committed
Fix typo
1 parent 6868ebb commit 8a675d9

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
@@ -52,7 +52,7 @@ import collection.mutable
5252
* Adding such an info transformer is impractical because it would mean
5353
* that we have to force the types of all members of classes that are referenced.
5454
* But not adding an info transformer can lead to inconsistencies in RefChecks.
55-
* We solve that by ignoring direct methods in Refhecks.
55+
* We solve that by ignoring direct methods in Refchecks.
5656
* Another, related issue is bridge generation, where we also generate
5757
* shortcut methods on the fly.
5858
*/

0 commit comments

Comments
 (0)