Skip to content

Commit ce05244

Browse files
committed
Fix a typo in Signature
1 parent 9e77e21 commit ce05244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/core/Signature.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ case class Signature(paramsSig: List[ParamSig], resSig: TypeName) {
8686
/** The degree to which this signature matches `that`.
8787
* If parameter signatures are consistent and result types names match (i.e. they are the same
8888
* or one is a wildcard), the result is `FullMatch`.
89-
* If only the parameter signatures are consistent, the result ParamMatch` before erasure and
89+
* If only the parameter signatures are consistent, the result is `ParamMatch` before erasure and
9090
* `NoMatch` otherwise.
9191
* If the parameters are inconsistent, the result is always `NoMatch`.
9292
*/

0 commit comments

Comments
 (0)