From e89a118af157a408297f25d1fa7065c9695a1ded Mon Sep 17 00:00:00 2001 From: Jason Zaugg Date: Thu, 14 May 2015 11:16:57 +1000 Subject: Fix Scaladoc references --- src/dotty/tools/dotc/typer/Applications.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dotty/tools/dotc/typer/Applications.scala') diff --git a/src/dotty/tools/dotc/typer/Applications.scala b/src/dotty/tools/dotc/typer/Applications.scala index 6ea91f512..114a494d1 100644 --- a/src/dotty/tools/dotc/typer/Applications.scala +++ b/src/dotty/tools/dotc/typer/Applications.scala @@ -93,7 +93,7 @@ trait Applications extends Compatibility { self: Typer => import tpd.{ cpy => _, _ } import untpd.cpy - /** @param Arg the type of arguments, could be tpd.Tree, untpd.Tree, or Type + /** @tparam Arg the type of arguments, could be tpd.Tree, untpd.Tree, or Type * @param methRef the reference to the method of the application * @param funType the type of the function part of the application * @param args the arguments of the application @@ -203,7 +203,7 @@ trait Applications extends Compatibility { self: Typer => /** @param pnames The list of parameter names that are missing arguments * @param args The list of arguments that are not yet passed, or that are waiting to be dropped * @param nameToArg A map from as yet unseen names to named arguments - * @param todrop A set of names that have aready be passed as named arguments + * @param toDrop A set of names that have aready be passed as named arguments * * For a well-typed application we have the invariants * -- cgit v1.2.3