We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b410f30 commit 614314aCopy full SHA for 614314a
compiler/src/dotty/tools/dotc/ast/TreeInfo.scala
@@ -815,7 +815,7 @@ trait TypedTreeInfo extends TreeInfo[Type] { self: Trees.Instance[Type] =>
815
}
816
817
/** An extractor for closures, possibly typed, and possibly including the
818
- * definition of the ananonymous def.
+ * definition of the anonymous def.
819
*/
820
object closure {
821
def unapply(tree: Tree)(using Context): Option[(List[Tree], Tree, Tree)] = tree match {
0 commit comments