Skip to content

Commit b5b5461

Browse files
committed
Fix typo in documentation
1 parent 5c66d61 commit b5b5461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -995,7 +995,7 @@ object Trees {
995995
/** Tree that replaces a level 1 splices in pickled (level 0) quotes.
996996
* It is only used when picking quotes (will never be in a TASTy file).
997997
*
998-
* Hole created by this compile separate the targs from the args. Holes
998+
* Hole created by this compiler separate the targs from the args. Holes
999999
* generated with 3.0-3.3 contain all type args and targs in any order in
10001000
* a single list. For backwards compatibility we read holes from tasty as
10011001
* if they had no targs and have only args. Therefore the args may contain

0 commit comments

Comments
 (0)