Skip to content

Commit 9b1e1c9

Browse files
Update compiler/src/dotty/tools/dotc/typer/Typer.scala
Co-authored-by: Dale Wijnand <[email protected]>
1 parent a1a32d1 commit 9b1e1c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ object Typer {
7878
/** An attachment for GADT constraints that were inferred for a pattern. */
7979
val InferredGadtConstraints = new Property.StickyKey[core.GadtConstraint]
8080

81-
/** Inducates that a definition was copied over from the parent refinements */
81+
/** Indicates that a definition was copied over from the parent refinements */
8282
val RefinementFromParent = new Property.StickyKey[Unit]
8383

8484
/** An attachment on a Select node with an `apply` field indicating that the `apply`

0 commit comments

Comments
 (0)