We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2e77b5 commit 302f70cCopy full SHA for 302f70c
library/src/scala/quoted/Quotes.scala
@@ -8,7 +8,7 @@ import scala.reflect.TypeTest
8
* Usage:
9
* ```scala
10
* def myExpr[T](using Quotes): Expr[T] = {
11
- * import quotes.relect._
+ * import quotes.reflect._
12
* ...
13
* }
14
* ```
0 commit comments