aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/typer/Applications.scala
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2015-05-14 11:16:57 +1000
committerJason Zaugg <jzaugg@gmail.com>2015-05-14 11:16:57 +1000
commite89a118af157a408297f25d1fa7065c9695a1ded (patch)
treedf7120e935c6d59b633f98b42be8f97b30946501 /src/dotty/tools/dotc/typer/Applications.scala
parenta61c9d7571b0045969985a274bb01436d272f5f0 (diff)
downloaddotty-e89a118af157a408297f25d1fa7065c9695a1ded.tar.gz
dotty-e89a118af157a408297f25d1fa7065c9695a1ded.tar.bz2
dotty-e89a118af157a408297f25d1fa7065c9695a1ded.zip
Fix Scaladoc references
Diffstat (limited to 'src/dotty/tools/dotc/typer/Applications.scala')
-rw-r--r--src/dotty/tools/dotc/typer/Applications.scala4
1 files changed, 2 insertions, 2 deletions
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
*