Skip to content

Commit 0bd50d3

Browse files
authored
Merge pull request #10150 from noti0na1/typoFix
2 parents 9c21d7a + bc1d8a3 commit 0bd50d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ object Inferencing {
377377

378378
/** All occurrences of type vars in this type that satisfy predicate
379379
* `include` mapped to their variances (-1/0/1) in this type, where
380-
* -1 means: only covariant occurrences
380+
* -1 means: only contravariant occurrences
381381
* +1 means: only covariant occurrences
382382
* 0 means: mixed or non-variant occurrences
383383
*

0 commit comments

Comments
 (0)