From 9a83961bdc0c1148a4045f89f419760ef0d83f63 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Mon, 13 Mar 2017 21:46:24 +0100 Subject: Fix unrelated typos in comments --- compiler/src/dotty/tools/dotc/typer/ProtoTypes.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/src/dotty/tools/dotc/typer/ProtoTypes.scala') 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 -- cgit v1.2.3