Skip to content

Commit 614314a

Browse files
oderskydwijnand
andauthored
Update compiler/src/dotty/tools/dotc/ast/TreeInfo.scala
Co-authored-by: Dale Wijnand <[email protected]>
1 parent b410f30 commit 614314a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/ast/TreeInfo.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ trait TypedTreeInfo extends TreeInfo[Type] { self: Trees.Instance[Type] =>
815815
}
816816

817817
/** An extractor for closures, possibly typed, and possibly including the
818-
* definition of the ananonymous def.
818+
* definition of the anonymous def.
819819
*/
820820
object closure {
821821
def unapply(tree: Tree)(using Context): Option[(List[Tree], Tree, Tree)] = tree match {

0 commit comments

Comments
 (0)