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 9e77e21 commit ce05244Copy full SHA for ce05244
compiler/src/dotty/tools/dotc/core/Signature.scala
@@ -86,7 +86,7 @@ case class Signature(paramsSig: List[ParamSig], resSig: TypeName) {
86
/** The degree to which this signature matches `that`.
87
* If parameter signatures are consistent and result types names match (i.e. they are the same
88
* or one is a wildcard), the result is `FullMatch`.
89
- * If only the parameter signatures are consistent, the result ParamMatch` before erasure and
+ * If only the parameter signatures are consistent, the result is `ParamMatch` before erasure and
90
* `NoMatch` otherwise.
91
* If the parameters are inconsistent, the result is always `NoMatch`.
92
*/
0 commit comments