Skip to content

Commit 9f7b51c

Browse files
Merge pull request #12148 from adamw/patch-1
Fix usage example in Quotes for TypeRepr.asType
2 parents 7365a37 + 8db8dd9 commit 9f7b51c

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
@@ -2342,7 +2342,7 @@ trait Quotes { self: runtime.QuoteUnpickler & runtime.QuoteMatching =>
23422342
* Usage:
23432343
* ```scala
23442344
* typeRepr.asType match
2345-
* case '[$t] =>
2345+
* case '[t] =>
23462346
* '{ val x: t = ... }
23472347
* ```
23482348
* @syntax markdown

0 commit comments

Comments
 (0)