aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/typer/ProtoTypes.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2017-03-13 21:46:24 +0100
committerMartin Odersky <odersky@gmail.com>2017-03-14 12:05:29 +0100
commit9a83961bdc0c1148a4045f89f419760ef0d83f63 (patch)
tree741e1eab0e99a82f306d95ad4be91e0f613c66bf /compiler/src/dotty/tools/dotc/typer/ProtoTypes.scala
parent3826b7e16e5c6c353abe885ff53f3c70d73e41d0 (diff)
downloaddotty-9a83961bdc0c1148a4045f89f419760ef0d83f63.tar.gz
dotty-9a83961bdc0c1148a4045f89f419760ef0d83f63.tar.bz2
dotty-9a83961bdc0c1148a4045f89f419760ef0d83f63.zip
Fix unrelated typos in comments
Diffstat (limited to 'compiler/src/dotty/tools/dotc/typer/ProtoTypes.scala')
-rw-r--r--compiler/src/dotty/tools/dotc/typer/ProtoTypes.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/src/dotty/tools/dotc/typer/ProtoTypes.scala b/compiler/src/dotty/tools/dotc/typer/ProtoTypes.scala
index 77d654ad8..f7dd725c8 100644
--- a/compiler/src/dotty/tools/dotc/typer/ProtoTypes.scala
+++ b/compiler/src/dotty/tools/dotc/typer/ProtoTypes.scala
@@ -238,7 +238,7 @@ object ProtoTypes {
}
/** The type of the argument `arg`.
- * @pre `arg` ahs been typed before
+ * @pre `arg` has been typed before
*/
def typeOfArg(arg: untpd.Tree)(implicit ctx: Context): Type =
myTypedArg(arg).tpe