Skip to content

Commit 302f70c

Browse files
Fix comment typo in Quotes
1 parent e2e77b5 commit 302f70c

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
@@ -8,7 +8,7 @@ import scala.reflect.TypeTest
88
* Usage:
99
* ```scala
1010
* def myExpr[T](using Quotes): Expr[T] = {
11-
* import quotes.relect._
11+
* import quotes.reflect._
1212
* ...
1313
* }
1414
* ```

0 commit comments

Comments
 (0)