Skip to content

Commit b52007d

Browse files
Merge pull request #12147 from dotty-staging/fix-12132
Fix #12132: Fix typo
2 parents 9f7b51c + f253392 commit b52007d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/scala/quoted/Quotes.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3477,7 +3477,7 @@ trait Quotes { self: runtime.QuoteUnpickler & runtime.QuoteMatching =>
34773477
*
34783478
* **Anti-pattern**: The following code is an anti-pattern:
34793479
*
3480-
* symbol.tree.info
3480+
* symbol.tree.tpe
34813481
*
34823482
* It should be replaced by the following code:
34833483
*

0 commit comments

Comments
 (0)