From 9b1e1c905bc25f1483d1ee8e03e0cff6975c6385 Mon Sep 17 00:00:00 2001 From: Kacper Korban Date: Wed, 9 Oct 2024 18:28:05 +0200 Subject: [PATCH] Update compiler/src/dotty/tools/dotc/typer/Typer.scala Co-authored-by: Dale Wijnand --- compiler/src/dotty/tools/dotc/typer/Typer.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/src/dotty/tools/dotc/typer/Typer.scala b/compiler/src/dotty/tools/dotc/typer/Typer.scala index 8697cc35e650..779ed1fb4367 100644 --- a/compiler/src/dotty/tools/dotc/typer/Typer.scala +++ b/compiler/src/dotty/tools/dotc/typer/Typer.scala @@ -78,7 +78,7 @@ object Typer { /** An attachment for GADT constraints that were inferred for a pattern. */ val InferredGadtConstraints = new Property.StickyKey[core.GadtConstraint] - /** Inducates that a definition was copied over from the parent refinements */ + /** Indicates that a definition was copied over from the parent refinements */ val RefinementFromParent = new Property.StickyKey[Unit] /** An attachment on a Select node with an `apply` field indicating that the `apply`