File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
compiler/src/dotty/tools/dotc/typer Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -544,7 +544,7 @@ trait Implicits { self: Typer =>
544
544
}
545
545
546
546
/** The context to be used when resolving a by-name implicit argument.
547
- * This makes any implicit stored under `DelayedIplicit ` visible and
547
+ * This makes any implicit stored under `DelayedImplicit ` visible and
548
548
* stores in turn the given `lazyImplicit` as new `DelayedImplicit`.
549
549
*/
550
550
def lazyImplicitCtx (lazyImplicit : Symbol ): Context = {
@@ -555,8 +555,8 @@ trait Implicits { self: Typer =>
555
555
}
556
556
557
557
/** formalValue: The value type for which an implicit is searched
558
- * lazyIplicit : An implicit symbol to install for nested by-name resolutions
559
- * argCtx : The context to be used for searching the implicit argument
558
+ * lazyImplicit : An implicit symbol to install for nested by-name resolutions
559
+ * argCtx : The context to be used for searching the implicit argument
560
560
*/
561
561
val (formalValue, lazyImplicit, argCtx) = formal match {
562
562
case ExprType (fv) =>
You can’t perform that action at this time.
0 commit comments