Skip to content

Commit e89a118

Browse files
committed
Fix Scaladoc references
1 parent a61c9d7 commit e89a118

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/dotty/tools/dotc/typer/Applications.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ trait Applications extends Compatibility { self: Typer =>
9393
import tpd.{ cpy => _, _ }
9494
import untpd.cpy
9595

96-
/** @param Arg the type of arguments, could be tpd.Tree, untpd.Tree, or Type
96+
/** @tparam Arg the type of arguments, could be tpd.Tree, untpd.Tree, or Type
9797
* @param methRef the reference to the method of the application
9898
* @param funType the type of the function part of the application
9999
* @param args the arguments of the application
@@ -203,7 +203,7 @@ trait Applications extends Compatibility { self: Typer =>
203203
/** @param pnames The list of parameter names that are missing arguments
204204
* @param args The list of arguments that are not yet passed, or that are waiting to be dropped
205205
* @param nameToArg A map from as yet unseen names to named arguments
206-
* @param todrop A set of names that have aready be passed as named arguments
206+
* @param toDrop A set of names that have aready be passed as named arguments
207207
*
208208
* For a well-typed application we have the invariants
209209
*

0 commit comments

Comments
 (0)