Skip to content

Commit f253392

Browse files
committed
Fix #12132: Fix typo
1 parent 6593a10 commit f253392

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)