From f253392b4dea28e10e33b402984e58428fb07c25 Mon Sep 17 00:00:00 2001 From: Liu Fengyun Date: Mon, 19 Apr 2021 16:16:42 +0200 Subject: [PATCH] Fix #12132: Fix typo --- library/src/scala/quoted/Quotes.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/src/scala/quoted/Quotes.scala b/library/src/scala/quoted/Quotes.scala index a864a4b3fd3b..6d35d2415ec1 100644 --- a/library/src/scala/quoted/Quotes.scala +++ b/library/src/scala/quoted/Quotes.scala @@ -3477,7 +3477,7 @@ trait Quotes { self: runtime.QuoteUnpickler & runtime.QuoteMatching => * * **Anti-pattern**: The following code is an anti-pattern: * - * symbol.tree.info + * symbol.tree.tpe * * It should be replaced by the following code: *