We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6f3645 commit fd2b697Copy full SHA for fd2b697
compiler/src/dotty/tools/dotc/ast/Trees.scala
@@ -995,7 +995,7 @@ object Trees {
995
/** Tree that replaces a level 1 splices in pickled (level 0) quotes.
996
* It is only used when picking quotes (will never be in a TASTy file).
997
*
998
- * Hole created by this compile separate the targs from the args. Holes
+ * Hole created by this compiler separate the targs from the args. Holes
999
* generated with 3.0-3.3 contain all type args and targs in any order in
1000
* a single list. For backwards compatibility we read holes from tasty as
1001
* if they had no targs and have only args. Therefore the args may contain
0 commit comments