Skip to content

Commit d8c7a7a

Browse files
committed
Fix typos
1 parent 08f4c3e commit d8c7a7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

compiler/src/dotty/tools/dotc/typer/Implicits.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ trait Implicits { self: Typer =>
544544
}
545545

546546
/** 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
548548
* stores in turn the given `lazyImplicit` as new `DelayedImplicit`.
549549
*/
550550
def lazyImplicitCtx(lazyImplicit: Symbol): Context = {
@@ -555,8 +555,8 @@ trait Implicits { self: Typer =>
555555
}
556556

557557
/** 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
560560
*/
561561
val (formalValue, lazyImplicit, argCtx) = formal match {
562562
case ExprType(fv) =>

0 commit comments

Comments
 (0)