Skip to content

Commit dd26907

Browse files
Update compiler/src/dotty/tools/dotc/ast/TreeInfo.scala
Co-authored-by: Fengyun Liu <[email protected]>
1 parent 6e4e353 commit dd26907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,7 @@ trait TypedTreeInfo extends TreeInfo[Type] { self: Trees.Instance[Type] =>
887887
if tree.symbol.isSplice then Some(tree.args.head) else None
888888
}
889889

890-
/** Extractors for splices */
890+
/** Extractors for type splices */
891891
object SplicedType {
892892
/** Extracts the content of a spliced type tree.
893893
* The result can be the contents of a type splice, which

0 commit comments

Comments
 (0)